summaryrefslogtreecommitdiff
path: root/refs/iterator.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-1/+1
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentLibravatar Stefan Beller1-3/+3
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-3/+3
2017-09-14prefix_ref_iterator: break when we leave the prefixLibravatar Jeff King1-1/+31
2017-09-14ref_iterator: keep track of whether the iterator output is orderedLibravatar Michael Haggerty1-5/+10
2017-05-23prefix_ref_iterator: don't trim too muchLibravatar Michael Haggerty1-1/+17
2016-06-20do_for_each_ref(): reimplement using reference iterationLibravatar Michael Haggerty1-0/+29
2016-06-20refs: introduce an iterator interfaceLibravatar Michael Haggerty1-0/+355