Skip to content

git 2.40.0 index.skipHash incompatible with libgit2sharp (please update libgit2 from 1.7.1 to 1.8.0) #2090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DefaultRyan opened this issue Apr 17, 2024 · 1 comment

Comments

@DefaultRyan
Copy link

Git added this feature in 2.40.0, and I'm increasingly encountering repos with this feature enabled that libgit2sharp is unable to process. Retrieving status throws an exception from the native libgit2 implementation that the checksums don't match.

The good news is that this issue was tracked by libgit2/libgit2#6531 and fixed in their 1.8.0 release. I've verified that the failing repositories in libgit2sharp 0.29.0 (using libgit2 1.7.1) don't exhibit this issue under libgit2 1.8.0.

Reproduction steps

Open a repository that had the git config index.skipHash set to true. Call Repository.RetrieveStatus().

Expected behavior

The call successfully returns the status.

Actual behavior

An exception is thrown "invalid data in index - calculated checksum does not match expected"

Version of LibGit2Sharp (release number or SHA1)

0.29.0

Operating system(s) tested; .NET runtime tested

Win 11, .NET 8.0

@DefaultRyan DefaultRyan changed the title git 2.40.0 index.skipHash incompatible with libgit2sharp (update to libgit2 1.8.0) git 2.40.0 index.skipHash incompatible with libgit2sharp (please update libgit2 from 1.7.1 to 1.8.0) Apr 17, 2024
@bording
Copy link
Member

bording commented Dec 3, 2024

This should be fixed in LibGit2Sharp v0.31.0 which includes libgit2 v1.8.4.

@bording bording closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants