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: go-git/go-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.16.4
Choose a base ref
...
head repository: go-git/go-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.16.5
Choose a head ref
  • 11 commits
  • 18 files changed
  • 4 contributors

Commits on Nov 23, 2025

  1. Configuration menu
    Copy the full SHA
    dde51bd View commit details
    Browse the repository at this point in the history
  2. plumbing: Remove use of non-constant format strings

    From Go 1.24 the use of non-constant format strings result in an error
    at compilation time.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    1495930 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1744 from go-git/renovate/releases/v5.x-go-golang…

    ….org-x-crypto-vulnerability
    
    build: Update module golang.org/x/crypto to v0.45.0 [SECURITY] (releases/v5.x)
    pjbgf authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    e5a05ec View commit details
    Browse the repository at this point in the history
  4. build: Bump Go test versions to 1.23-1.25 (v5)

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    61c8b85 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Merge pull request #1746 from pjbgf/bump-go

    build: Bump Go test versions to 1.23-1.25 (v5)
    pjbgf authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    390a569 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. git: worktree, Don't delete local untracked files when resetting work…

    …tree
    
    Co-authored-by: Anshul Khandelwal <12948312+k-anshul@users.noreply.github.com>
    Co-authored-by: Daan Schoone <d.schoone@presspage.com>
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    3 people authored and Ch00k committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    600fb13 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Merge pull request #1800 from Ch00k/no-delete-untracked-v5

    [v5] git: worktree, Don't delete local untracked files when resetting worktree
    pjbgf authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    25f1624 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. plumbing: format/packfile, Add new ErrMalformedPackFile

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    63d78ec View commit details
    Browse the repository at this point in the history
  2. plumbing: format/idxfile, Verify idxfile's checksum

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    4146a56 View commit details
    Browse the repository at this point in the history
  3. storage: filesystem, Verify idx matches pack file

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    42bdf1f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Merge pull request #1836 from go-git/check-v5

    Expand packfile checks
    pjbgf authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    48a1ae0 View commit details
    Browse the repository at this point in the history
Loading