summaryrefslogtreecommitdiffstats
path: root/refs/ref-cache.c
AgeCommit message (Expand)AuthorLines
2017-04-16do_for_each_entry_in_dir(): delete functionMichael Haggerty-21/+0
2017-04-16cache_ref_iterator_begin(): make function smarterMichael Haggerty-4/+34
2017-04-16do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty-3/+3
2017-04-16refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Michael Haggerty-16/+0
2017-04-16ref-cache: use a callback function to fill the cacheMichael Haggerty-5/+7
2017-04-16refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty-5/+7
2017-04-16ref-cache: introduce a new type, ref_cacheMichael Haggerty-1/+15
2017-04-16refs: split `ref_cache` code into separate filesMichael Haggerty-0/+512