GIT_INDEX_ENTRY_NAMEMASK

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.

extern (C) nothrow @nogc
enum GIT_INDEX_ENTRY_NAMEMASK = 0x0FFF;

Meta