]> asedeno.scripts.mit.edu Git - git.git/blobdiff - cache.h
fix portability issues with $ in double quotes
[git.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
  */