Enumeration
GgitAttributeCheckFlags
Description [src]
Attribute check flags indicate the order in which to check for gitattributes.
git core uses GGIT_ATTRIBUTE_CHECK_FILE_THEN_INDEX
for all operations,
except on checkout, where it uses GGIT_ATTRIBUTE_CHECK_INDEX_THEN_FILE
.