Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
completion: improve ls-remote output filtering in __git_refs()
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index e39e1600189a6daae0eb29e165b08949f66bae9f..85c099655eb3486a7f2b65bc31742d4e9e0780d5 100644
(file)
--- 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 */
};