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: 03c19fc
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: ee789fb
Choose a head ref
  • 6 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 2, 2025

  1. feat!: upgrade minimally supported Ruby to 3.2

    Update the CI builds to build with MRI Ruby 3.2, 3.3,
    and 3.4; TruffleRuby 24.2.1; and JRuby 10.0.0.1.
    
    BREAKING CHANGE: Users will need to be on Ruby 3.2 or greater
    jcouball committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    fb93ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b00d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e07ae View commit details
    Browse the repository at this point in the history
  4. feat: add Log#execute to run the log and return an immutable result

    This partially implements #813
    
    Log data access methods directly on the Log class will return a deprecation warning
    since they will be removed in the future.
    jcouball committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    ded54c4 View commit details
    Browse the repository at this point in the history
  5. feat(diff): refactor Git::Diff to separate concerns and improve AP

    This pull request refactors the Git::Diff decomposing it into new, more focused
    classes, while backward compatibility is maintained via a deprecated facade.
    jcouball committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    e22eb10 View commit details
    Browse the repository at this point in the history
  6. chore: release v4.0.0

    jcouball committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    ee789fb View commit details
    Browse the repository at this point in the history
Loading