aboutsummaryrefslogtreecommitdiffstats
path: root/refs/iterator.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt1-18/+8
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt1-0/+43
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren1-1/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-3/+3
2022-08-19refs: mark unused virtual method parametersJeff King1-3/+3
2022-03-17refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason1-9/+9
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller1-3/+3
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-3/+3
2017-09-14prefix_ref_iterator: break when we leave the prefixJeff King1-1/+31
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty1-5/+10
2017-05-23prefix_ref_iterator: don't trim too muchMichael Haggerty1-1/+17
2016-06-20do_for_each_ref(): reimplement using reference iterationMichael Haggerty1-0/+29
2016-06-20refs: introduce an iterator interfaceMichael Haggerty1-0/+355