libgit2

GIT_IDXENTRY_UPDATE

Version:

Bitmasks for in-memory only fields of git_index_entry's flags_extended These bitmasks match the other fields in the git_index_entry flags_extended value that are only used in-memory by libgit2. You can use them to interpret the data in the flags_extended.

Signature

#define GIT_IDXENTRY_UPDATE (1 << 0)

Versions