Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pathspec: add match_pathspec_depth()
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 0cf0bac8935029aa93bd10f41c4c07b07eb5f4cf..800efa2328117cf49f482856c49f62ca7b1ebcdd 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-503,11
+503,13
@@
extern int ie_modified(const struct index_state *, struct cache_entry *, struct
struct pathspec {
const char **raw; /* get_pathspec() result, not freed by free_pathspec() */
int nr;
+ int has_wildcard:1;
int recursive:1;
int max_depth;
struct pathspec_item {
const char *match;
int len;
+ int has_wildcard:1;
} *items;
};