Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/blame-parsename'
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 28899b7b7881474eed4a6f3b6fda8db79d5cbc9c..5b896d9845bca12c2c1486618e653491f08617c3 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-511,7
+511,7
@@
struct pathspec {
struct pathspec_item {
const char *match;
int len;
- unsigned int
has
_wildcard:1;
+ unsigned int
use
_wildcard:1;
} *items;
};