summaryrefslogtreecommitdiff
path: root/refs/iterator.c
Commit message (Expand)AuthorAgeFilesLines
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-3/+3
* refs: mark unused virtual method parametersJeff King2022-08-191-3/+3
* refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason2022-03-171-9/+9
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller2018-08-211-3/+3
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-3/+3
* prefix_ref_iterator: break when we leave the prefixJeff King2017-09-141-1/+31
* ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-141-5/+10
* prefix_ref_iterator: don't trim too muchMichael Haggerty2017-05-231-1/+17
* do_for_each_ref(): reimplement using reference iterationMichael Haggerty2016-06-201-0/+29
* refs: introduce an iterator interfaceMichael Haggerty2016-06-201-0/+355