Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule: print graph output next to submodule log
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index ec2fd7a30431acb23f00f05e930ab441a244e18b..c12957bb0364ed8e316cb055bf7c0710ef2ce28e 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-162,6
+162,9
@@
struct cache_entry {
#define CE_UNPACKED (1 << 24)
#define CE_NEW_SKIP_WORKTREE (1 << 25)
+/* used to temporarily mark paths matched by pathspecs */
+#define CE_MATCHED (1 << 26)
+
/*
* Extended on-disk flags
*/