Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pathspec: rename per-item field has_wildcard to use_wildcard
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index edd5b5ad8fc28440954b1066f304eab86e6a64d1..43d719d71f233c7b433f7097864a147010267e18 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-509,7
+509,7
@@
struct pathspec {
struct pathspec_item {
const char *match;
int len;
- unsigned int
has
_wildcard:1;
+ unsigned int
use
_wildcard:1;
} *items;
};