/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wildmatch: adjust "**" behavior
[git/git.git]
/
wildmatch.h
diff --git
a/wildmatch.h
b/wildmatch.h
index
e974f9a
..
984a38c
100644
(file)
--- a/
wildmatch.h
+++ b/
wildmatch.h
@@
-1,3
+1,9
@@
/* wildmatch.h */
+#define ABORT_MALFORMED 2
+#define NOMATCH 1
+#define MATCH 0
+#define ABORT_ALL -1
+#define ABORT_TO_STARSTAR -2
+
int wildmatch(const char *pattern, const char *text, int flags);