Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
untracked cache: mark index dirty if untracked cache is updated
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 120d337bd452a97cc6f70f6ae14ca0a6026945bb..1392be1030ebb9b5e83221e0fac821646d02d75d 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-289,6
+289,7
@@
static inline unsigned int canon_mode(unsigned int mode)
#define RESOLVE_UNDO_CHANGED (1 << 4)
#define CACHE_TREE_CHANGED (1 << 5)
#define SPLIT_INDEX_ORDERED (1 << 6)
+#define UNTRACKED_CHANGED (1 << 7)
struct split_index;
struct untracked_cache;