aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-17 21:37:11 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-17 21:37:11 -0700
commit6f55f0281558f56a0141f3058f245d0877e80efb (patch)
tree1c581b79a00dd7df5e8d240797b27970c87f5272 /cache.h
parentd2843da029d10cdc2b335c19b77c14ae18a09f5d (diff)
parent2548183badb98d62079beea62f9d2e1f47e99902 (diff)
downloadgit-6f55f0281558f56a0141f3058f245d0877e80efb.tar.gz
git-6f55f0281558f56a0141f3058f245d0877e80efb.tar.xz
Merge branch 'jk/name-hash-dirent'
* jk/name-hash-dirent: fix phantom untracked files when core.ignorecase is set
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 e39e16001..85c099655 100644
--- a/cache.h
+++ b/cache.h
@@ -168,6 +168,7 @@ struct cache_entry {
unsigned int ce_flags;
unsigned char sha1[20];
struct cache_entry *next;
+ struct cache_entry *dir_next;
char name[FLEX_ARRAY]; /* more */
};