Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
templates/Makefile: install is unnecessary, just use mkdir -p
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 68ce6e686fb83265a0f151944182b0ba10647626..928ae9f148dae6361b6300aea9e76f22e0c23e60 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-126,6
+126,7
@@
struct cache_entry {
#define CE_NAMEMASK (0x0fff)
#define CE_STAGEMASK (0x3000)
+#define CE_EXTENDED (0x4000)
#define CE_VALID (0x8000)
#define CE_STAGESHIFT 12