chore: bump go-git to v6.0.0-20260216160506-e6a3f881772f#5381
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #5381 +/- ##
=======================================
Coverage 60.62% 60.62%
=======================================
Files 138 138
Lines 13689 13720 +31
=======================================
+ Hits 8299 8318 +19
- Misses 4686 4694 +8
- Partials 704 708 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Roman Dmytrenko <[email protected]>
Signed-off-by: Roman Dmytrenko <[email protected]>
- Rename PGPSignature to Signature in filesystem.go and signing_test.go for go-git v6 compatibility (field was renamed in go-git v6) - Fix nested path lookup issue where FindEntry() was failing after tree modifications due to stale internal cache. Implemented custom findEntry() method that bypasses the cache and directly traverses the tree structure. Signed-off-by: Roman Dmytrenko <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update go-git to include the fix for SSH cloning. Thank you @suzuki-safie for your work!
closes #4972