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: ad9a3a5
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: de8ecc3
Choose a head ref
  • 10 commits
  • 5 files changed
  • 4 contributors

Commits on Nov 21, 2025

  1. plumbing: format/idxfile, prevent panic

    prevent concurrent map read and write panic, and add test to prevent
    future regressions
    swills committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    382530f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Merge pull request #1732 from swills/find-hash-panic-fix-backport

    backport plumbing: format/idxfile, prevent panic
    pjbgf authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    fb6806f View commit details
    Browse the repository at this point in the history
  2. build: test, Fix build on Windows.

    Ignore adding github.com keys to known_hosts.
    
    Win32-OpenSSH does not support the key exchange method
    [email protected].
    
    This method was recently added to github.com - see
    https://github.blog/engineering/platform-security/post-quantum-security-for-ssh-access-on-github/
    
    For more information about the KEX method support see
    PowerShell/Win32-OpenSSH#2140
    georg authored and pjbgf committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    2025eae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1734 from pjbgf/fix-ci

    [backport] build: test, Fix build on Windows.
    pjbgf authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    399e04b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    329f926 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1742 from go-git/renovate/releases/v5.x-go-golang…

    ….org-x-net-vulnerability
    
    build: Update module golang.org/x/net to v0.38.0 [SECURITY] (releases/v5.x)
    pjbgf authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    95f3880 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc28f1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1741 from go-git/renovate/releases/v5.x-go-github…

    ….com-cloudflare-circl-vulnerability
    
    build: Update module github.com/cloudflare/circl to v1.6.1 [SECURITY] (releases/v5.x)
    pjbgf authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    3a31754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e752f0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1743 from go-git/renovate/releases/v5.x-go-github…

    ….com-go-git-go-git-v5-vulnerability
    
    build: Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY] (releases/v5.x)
    pjbgf authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    de8ecc3 View commit details
    Browse the repository at this point in the history
Loading