diff options
Diffstat (limited to 'attr.h')
-rw-r--r-- | attr.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ int git_checkattr(const char *path, int, struct git_attr_check *); enum git_attr_direction { GIT_ATTR_CHECKIN, - GIT_ATTR_CHECKOUT + GIT_ATTR_CHECKOUT, + GIT_ATTR_INDEX, }; void git_attr_set_direction(enum git_attr_direction, struct index_state *); |