summaryrefslogtreecommitdiff
path: root/refs/ref-cache.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-25Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Libravatar Junio C Hamano1-0/+1
2021-10-08refs: peeling non-the_repository iterators is BUGLibravatar Jonathan Tan1-0/+1
2021-09-28refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()Libravatar Ævar Arnfjörð Bjarmason1-2/+1
2021-09-28refs/ref-cache.[ch]: remove unused add_ref_entry()Libravatar Ævar Arnfjörð Bjarmason1-7/+0
2021-09-28refs/ref-cache.[ch]: remove unused remove_entry_from_dir()Libravatar Ævar Arnfjörð Bjarmason1-16/+0
2018-09-20refs/ref-cache.h: add missing declarations (hdr-check)Libravatar Ramsay Jones1-0/+3
2017-09-25ref_cache: remove support for storing peeled valuesLibravatar Michael Haggerty1-30/+2
2017-09-14ref_iterator: keep track of whether the iterator output is orderedLibravatar Michael Haggerty1-1/+2
2017-05-23create_ref_entry(): remove `check_name` optionLibravatar Michael Haggerty1-2/+1
2017-05-23read_packed_refs(): do more of the work of reading packed refsLibravatar Michael Haggerty1-1/+2
2017-05-08refs/files-backend: convert many internals to struct object_idLibravatar brian m. carlson1-1/+1
2017-04-16do_for_each_entry_in_dir(): delete functionLibravatar Michael Haggerty1-11/+0
2017-04-16cache_ref_iterator_begin(): make function smarterLibravatar Michael Haggerty1-18/+9
2017-04-16do_for_each_entry_in_dir(): eliminate `offset` argumentLibravatar Michael Haggerty1-6/+5
2017-04-16ref-cache: use a callback function to fill the cacheLibravatar Michael Haggerty1-4/+25
2017-04-16refs: record the ref_store in ref_cache, not ref_dirLibravatar Michael Haggerty1-3/+6
2017-04-16ref-cache: introduce a new type, ref_cacheLibravatar Michael Haggerty1-1/+14
2017-04-16refs: split `ref_cache` code into separate filesLibravatar Michael Haggerty1-0/+251