diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-17 21:37:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-17 21:37:11 -0700 |
commit | 6f55f0281558f56a0141f3058f245d0877e80efb (patch) | |
tree | 1c581b79a00dd7df5e8d240797b27970c87f5272 /cache.h | |
parent | Merge branch 'ef/mingw-syslog' (diff) | |
parent | fix phantom untracked files when core.ignorecase is set (diff) | |
download | tgif-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ }; |