summaryrefslogtreecommitdiffstats
path: root/refs/ref-cache.h
AgeCommit message (Expand)AuthorLines
2025-07-15ref-cache: remove unused function 'find_ref_entry()'Karthik Nayak-7/+0
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai-0/+2
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-1/+2
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren-1/+1
2021-10-25Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano-0/+1
2021-10-08refs: peeling non-the_repository iterators is BUGJonathan Tan-0/+1
2021-09-28refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()Ævar Arnfjörð Bjarmason-2/+1
2021-09-28refs/ref-cache.[ch]: remove unused add_ref_entry()Ævar Arnfjörð Bjarmason-7/+0
2021-09-28refs/ref-cache.[ch]: remove unused remove_entry_from_dir()Ævar Arnfjörð Bjarmason-16/+0
2018-09-20refs/ref-cache.h: add missing declarations (hdr-check)Ramsay Jones-0/+3
2017-09-25ref_cache: remove support for storing peeled valuesMichael Haggerty-30/+2
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty-1/+2
2017-05-23create_ref_entry(): remove `check_name` optionMichael Haggerty-2/+1
2017-05-23read_packed_refs(): do more of the work of reading packed refsMichael Haggerty-1/+2
2017-05-08refs/files-backend: convert many internals to struct object_idbrian m. carlson-1/+1
2017-04-16do_for_each_entry_in_dir(): delete functionMichael Haggerty-11/+0
2017-04-16cache_ref_iterator_begin(): make function smarterMichael Haggerty-18/+9
2017-04-16do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty-6/+5
2017-04-16ref-cache: use a callback function to fill the cacheMichael Haggerty-4/+25
2017-04-16refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty-3/+6
2017-04-16ref-cache: introduce a new type, ref_cacheMichael Haggerty-1/+14
2017-04-16refs: split `ref_cache` code into separate filesMichael Haggerty-0/+251