]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Make git-add behave more sensibly in a case-insensitive environment
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 9bce723bb88ba4c97f0c1b80abf090ea82fe919b..81727e4afeba48b73d72f47fd89d823f31c59bb7 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -133,6 +133,7 @@ struct cache_entry {
 #define CE_UPDATE    (0x10000)
 #define CE_REMOVE    (0x20000)
 #define CE_UPTODATE  (0x40000)
+#define CE_ADDED     (0x80000)
 
 #define CE_HASHED    (0x100000)
 #define CE_UNHASHED  (0x200000)