summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2015-03-08 10:12:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-12 20:45:17 (GMT)
commit1bbb3dba3fbf733db45f073ddafe89f5972c516a (patch)
treef93065c23557934c21e4c7cf2581530a963769ee /cache.h
parentc9ccb5d327bd9259ca6cceb9d87df9eb2cba2e9d (diff)
downloadgit-1bbb3dba3fbf733db45f073ddafe89f5972c516a.zip
git-1bbb3dba3fbf733db45f073ddafe89f5972c516a.tar.gz
git-1bbb3dba3fbf733db45f073ddafe89f5972c516a.tar.bz2
untracked cache: mark index dirty if untracked cache is updated
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 120d337..1392be1 100644
--- 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;