-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
git 2.40.0 index.skipHash incompatible with libgit2 #6531
Comments
Oy. Thanks for opening the issue. |
Any process? |
2 tasks
git actually enables |
raylu
added a commit
to raylu/git-whence
that referenced
this issue
Jul 19, 2024
this pulls in the fix for libgit2/libgit2#6531 which should fix indexes created with feature.manyFiles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recently introduced
index.skipHash
config setting seems to create index files that are incompatible with libgit2. This option is enabled withfeature.manyFiles
which some users have enabled to improve performance.See: git/git@ffd9238
Reproduction steps
git clone -c index.skipHash=true https://github.com/libgit2/libgit2.git
libgit2/build/examples/lg2 status
Expected behavior
Successfully opens the repo.
Actual behavior
Fails with the error:
Version of libgit2 (release number or SHA1)
8f8e805 or 1.6.2
Operating system(s) tested
Any
The text was updated successfully, but these errors were encountered: