summaryrefslogtreecommitdiff
path: root/src/attr_file.h
diff options
context:
space:
mode:
authoryorah <yoram.harmelin@gmail.com>2013-03-04 11:31:50 +0100
committeryorah <yoram.harmelin@gmail.com>2013-04-11 09:59:26 +0200
commit0d32f39eb821dfec2e241ea633c0a6e94c21519d (patch)
tree49ce60c1cecc70320feeef279707699387662906 /src/attr_file.h
parent575a54db856947aeb4fc5cf1977844d22dfa1aab (diff)
downloadlibgit2-0d32f39eb821dfec2e241ea633c0a6e94c21519d.tar.gz
Notify '*' pathspec correctly when diffing
I also moved all tests related to notifying in their own file.
Diffstat (limited to 'src/attr_file.h')
-rw-r--r--src/attr_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attr_file.h b/src/attr_file.h
index 2cc8546a2..d8abcda58 100644
--- a/src/attr_file.h
+++ b/src/attr_file.h
@@ -27,6 +27,7 @@
#define GIT_ATTR_FNMATCH_HASWILD (1U << 5)
#define GIT_ATTR_FNMATCH_ALLOWSPACE (1U << 6)
#define GIT_ATTR_FNMATCH_ICASE (1U << 7)
+#define GIT_ATTR_FNMATCH_MATCH_ALL (1U << 8)
extern const char *git_attr__true;
extern const char *git_attr__false;