Enumeration
GgitAttributeCheckFlags
since: 1.0
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
.
Available since: 1.0
Members
GGIT_ATTRIBUTE_CHECK_FILE_THEN_INDEX
-
Check working directory, then index.
- Value:
0
- Nickname:
file-then-index
- Available since: 1.0
- Value:
GGIT_ATTRIBUTE_CHECK_INDEX_THEN_FILE
-
Check index, then working directory.
- Value:
1
- Nickname:
index-then-file
- Available since: 1.0
- Value:
GGIT_ATTRIBUTE_CHECK_INDEX_ONLY
-
Check only index.
- Value:
2
- Nickname:
index-only
- Available since: 1.0
- Value:
GGIT_ATTRIBUTE_CHECK_NO_SYSTEM
-
Ignore system wide attributes.
- Value:
4
- Nickname:
no-system
- Available since: 1.0
- Value: