summaryrefslogtreecommitdiff
path: root/refs/iterator.c
AgeCommit message (Expand)Author
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused virtual method parametersJeff King
2022-03-17refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2017-09-14prefix_ref_iterator: break when we leave the prefixJeff King
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty
2017-05-23prefix_ref_iterator: don't trim too muchMichael Haggerty
2016-06-20do_for_each_ref(): reimplement using reference iterationMichael Haggerty
2016-06-20refs: introduce an iterator interfaceMichael Haggerty