[ CCode ( cprefix = "GGIT_ATTRIBUTE_CHECK_" , type_id = "ggit_attribute_check_flags_get_type ()" ) ]
[ Flags ]
public enum AttributeCheckFlags
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
.