Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
reset: add test cases for "--keep" option
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 7d5c21e3f1e737504a7f4f8c76781b1552cb77e3..b3370eb41e500b59bdf9d03679e7c17dde59e911 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-182,6
+182,8
@@
struct cache_entry {
/* Only remove in work directory, not index */
#define CE_WT_REMOVE (0x400000)
+#define CE_UNPACKED (0x1000000)
+
/*
* Extended on-disk flags
*/