-
Notifications
You must be signed in to change notification settings - Fork 2.5k
git_refdb_backend_fs does not set refdb backend version #5449
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
Comments
Indeed, thanks for your report! I've fixed that in #5456, could you please verify it fixes your issue?
That'd make a lot of sense to me, yeah. I already got quite a lot on my backlog for post v1.0, but this should probably be quite easy to implement. So I'd be happy if somebody picked it up, but feel free to give me a ping after v1.0 is out. |
Investigation concluded, it was my fault - not libgit2. |
Fixed via #5456. Thanks again for your report! |
Reproduction steps
Expected behavior
Should populate the version field.
Aside: it would be nice if it took a path instead of fetching it out of a
git_repository
, which might not have a path. This forces us to create a git_repository with the default backends, then throw them out later, if we want to manually create a refdb_backend_fs.Actual behavior
Version number is left unpopulated.
Version of libgit2 (release number or SHA1)
e23b8b4
Operating system(s) tested
Linux
The text was updated successfully, but these errors were encountered: