Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.3
Choose a base ref
...
head repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 17 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. fix: remove deprecation from Git::Path

    This class is internal only as well as the classes that inherit
    from it (Git::Index and Git::WorkingTree). Remove the
    deprecation warning and just remove the deprecated code.
    jcouball committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    ab1e207 View commit details
    Browse the repository at this point in the history
  2. fix: remove deprecation from Git::Stash

    Since Git::Stash#initialize is an internal only method, remove
    the deprecation warning and removed the deprecated code.
    jcouball committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    9da1e91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abb0efb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab17621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6ccb11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee11137 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. chore: release v4.0.4

    jcouball committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    df3ea35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27255a View commit details
    Browse the repository at this point in the history
  3. docs: minor change to the architecture redesign document

    Was originally meant to be entered as an issue, but now a document in the repository so changed "issue" to "document".
    jcouball committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    b4634b5 View commit details
    Browse the repository at this point in the history
  4. docs: rearrange README so that Summary is at the top

    This change moves all the project announcement to a new
    section at the end of the document. They are discoverable
    in the table of contents at the top of the document still.
    jcouball committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    3d2c473 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    8e6a11e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4430478 View commit details
    Browse the repository at this point in the history
  3. chore: release v4.0.5

    jcouball committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    4a7700d View commit details
    Browse the repository at this point in the history
Loading