X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=attr.h;h=69b5767ebc2189a8bf9d98ff88c1885ec8fcdb7d;hb=b1b952043f8f909649fdf053c371109c84f9cf56;hp=3a2f4ec1a09cca06fadedeb32bd86c5e279ad75c;hpb=06f33c1735bf76e02f3e2601cde5161e969872a7;p=thirdparty%2Fgit.git diff --git a/attr.h b/attr.h index 3a2f4ec1a0..69b5767ebc 100644 --- a/attr.h +++ b/attr.h @@ -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 *);