diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-01-10 14:04:19 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-01-10 14:04:19 -0800 |
| commit | c12a978a354634f53cec757d387bc024b6d56142 (patch) | |
| tree | 620dc14a0ca302933693c91786242b6077a85839 /cache-tree.h | |
| parent | f70eec840065ca598272979960073b1b50b5ad03 (diff) | |
| parent | eec3e7e406867487036cf447fe8fa18740824b2f (diff) | |
Merge branch 'nd/invalidate-i-t-a-cache-tree' into maint
* nd/invalidate-i-t-a-cache-tree:
cache-tree: invalidate i-t-a paths after generating trees
cache-tree: fix writing cache-tree when CE_REMOVE is present
cache-tree: replace "for" loops in update_one with "while" loops
cache-tree: remove dead i-t-a code in verify_cache()
Diffstat (limited to 'cache-tree.h')
| -rw-r--r-- | cache-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cache-tree.h b/cache-tree.h index d8cb2e9e39..55d0f59f2b 100644 --- a/cache-tree.h +++ b/cache-tree.h @@ -7,6 +7,7 @@ struct cache_tree; struct cache_tree_sub { struct cache_tree *cache_tree; + int count; /* internally used by update_one() */ int namelen; int used; char name[FLEX_ARRAY]; |
