We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let oid = c'git_index_entry'oid entry
there is no oid field in git_index_entry struct ( changed to id )
if 0 /= flags .&. 2 -- c'GIT_IDXENTRY_REMOVE
incorrect. flags contains path length in less 12 bits. this expression excluding entries with path size 2. for GIT_IDXENTRY_REMOVE see flags_extended
The text was updated successfully, but these errors were encountered:
This might be true in the latest libgit2, but gitlib uses it own version of libgit2. How did you determine these errors?
Sorry, something went wrong.
for 2 files in test repo index ( "f1" and "f2" ) readIndex returns empty list. after adding file "ololo" it was returned.
No branches or pull requests
there is no oid field in git_index_entry struct ( changed to id )
incorrect. flags contains path length in less 12 bits. this expression excluding entries
with path size 2. for GIT_IDXENTRY_REMOVE see flags_extended
The text was updated successfully, but these errors were encountered: