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: feab258
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: e27255a
Choose a head ref
  • 8 commits
  • 14 files changed
  • 1 contributor

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
Loading