-
Notifications
You must be signed in to change notification settings - Fork 848
Comparing changes
Open a pull request
base repository: go-git/go-git
base: v5.16.0
head repository: go-git/go-git
compare: releases/v5.x
- 11 commits
- 10 files changed
- 3 contributors
Commits on Jun 4, 2025
-
Merge pull request #1492 from onee-only/fix-sparse-checkout-status
utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406
Configuration menu - View commit details
-
Copy full SHA for c3c8410 - Browse repository at this point
Copy the full SHA c3c8410View commit details -
Merge pull request #1561 from kane8n/backport-to-v5-fix-sparse-checko…
…ut-status utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406 to releases/v5.x
Configuration menu - View commit details
-
Copy full SHA for fd1a836 - Browse repository at this point
Copy the full SHA fd1a836View commit details
Commits on Jun 6, 2025
-
Merge pull request #1484 from patricsss/patricsss/fix-1455
utils: fix diff so subpaths work for sparse checkouts, fixes 1455
Configuration menu - View commit details
-
Copy full SHA for 4f35eba - Browse repository at this point
Copy the full SHA 4f35ebaView commit details -
Merge pull request #1567 from kane8n/backport-to-v5-patricsss/fix-1455
utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x
Configuration menu - View commit details
-
Copy full SHA for ed8216c - Browse repository at this point
Copy the full SHA ed8216cView commit details
Commits on Sep 6, 2025
-
internal: Expand regex to fix build
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Configuration menu - View commit details
-
Copy full SHA for b486201 - Browse repository at this point
Copy the full SHA b486201View commit details
Commits on Sep 7, 2025
-
Merge pull request #1644 from baloo/baloo/release-5.x/fixup-build
internal: Expand regex to fix build [5.x]
Configuration menu - View commit details
-
Copy full SHA for ce83ba1 - Browse repository at this point
Copy the full SHA ce83ba1View commit details
Commits on Sep 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 15d46ce - Browse repository at this point
Copy the full SHA 15d46ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 111f374 - Browse repository at this point
Copy the full SHA 111f374View commit details
Commits on Sep 12, 2025
-
Merge pull request #1646 from baloo/baloo/release-5.x/fixup-windows-ci
build: raise timeouts for windows CI tests and disable CIFuzz [5.x]
Configuration menu - View commit details
-
Copy full SHA for c12263d - Browse repository at this point
Copy the full SHA c12263dView commit details -
plumbing: support extra headers, support jujutsu signed commit [5.x]
This adds support for extra headers. While git has a set of ["standard headers"] (`tree`, `parent`, `author`, `committer`, and `encoding`), it will also support [extra headers] when serializing. The extra headers must come after the standard ones, but they are otherwise freetyped. [Jujutsu] takes advantage of that to store its own identifier (`change-id`) as an extra header. Because signatures will cover the hash of the whole commit (standard headers, extra headers and the message. Everything but the signature itself), if we deserialize a commit and then `EncodeWithoutSignature` to get back the "canonical" representation of a commit, if we don't serialize back the extra headers, the hash will no longer match and the signature will fail to verify. This adds support for parsing and reencoding the extra headers from the original commit and it's expected to fix support for Jujutsu signed commits. Fixes #1626 ["standard headers"]: https://github.com/git/git/blob/724518f3884d8707c5f51428ba98c115818229b8/commit.c#L1450 [extra headers]: https://github.com/git/git/blob/724518f3884d8707c5f51428ba98c115818229b8/commit.c#L1690 [Jujutsu]: https://github.com/jj-vcs/jj
Configuration menu - View commit details
-
Copy full SHA for f2c3467 - Browse repository at this point
Copy the full SHA f2c3467View commit details
Commits on Sep 17, 2025
-
Merge pull request #1633 from baloo/baloo/release-5.x/jj-signed-commits
plumbing: support commits extra headers, support jujutsu signed commit [5.x]
Configuration menu - View commit details
-
Copy full SHA for ad9a3a5 - Browse repository at this point
Copy the full SHA ad9a3a5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.16.0...releases/v5.x