libgit2

GIT_IDXENTRY_NAMEMASK

Version:

Bitmasks for on-disk fields of git_index_entry's flags These bitmasks match the four fields in the git_index_entry flags value both in memory and on disk. You can use them to interpret the data in the flags.

Signature

#define GIT_IDXENTRY_NAMEMASK (0x0fff)

Versions