aboutsummaryrefslogtreecommitdiff
path: root/refs/iterator.c
AgeCommit message (Expand)Author
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-03-12refs/iterator: implement seeking for merged iteratorsPatrick Steinhardt
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai
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-13use 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