Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
unpack-trees: let read-tree -u remove index entries outside sparse area
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index d478eff1f323f25a474cf019e0de2254c5ff0360..ec6b75a26ab2d47147ddaaf6b71bc687cbfbe2e9 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-179,8
+179,7
@@
struct cache_entry {
#define CE_UNHASHED (0x200000)
#define CE_CONFLICTED (0x800000)
-/* Only remove in work directory, not index */
-#define CE_WT_REMOVE (0x400000)
+#define CE_WT_REMOVE (0x400000) /* remove in work directory */
#define CE_UNPACKED (0x1000000)