Skip to content

some errors in lgReadIndex #57

Description

@imp1377
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions