File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,12 @@ GIT_EXTERN(git_attr_value_t) git_attr_value(const char *attr);
116
116
*/
117
117
#define GIT_ATTR_CHECK_FILE_THEN_INDEX 0
118
118
#define GIT_ATTR_CHECK_INDEX_THEN_FILE 1
119
- #define GIT_ATTR_CHECK_INDEX_ONLY 2
119
+ #define GIT_ATTR_CHECK_INDEX_ONLY 2
120
120
121
121
/**
122
122
* Check attribute flags: controlling extended attribute behavior.
123
123
*
124
124
* Normally, attribute checks include looking in the /etc (or system
125
- * equivalent) directory for a `gitattributes` file. Passing this
126
- * flag will cause attribute checks to ignore that file.
127
125
* equivalent) directory for a `gitattributes` file. Passing the
128
126
* `GIT_ATTR_CHECK_NO_SYSTEM` flag will cause attribute checks to
129
127
* ignore that file.
You can’t perform that action at this time.
0 commit comments