index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
iterator.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-21
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
1
-1
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-08-19
refs: mark unused virtual method parameters
Jeff King
1
-3
/
+3
2022-03-17
refs: use designated initializers for "struct ref_iterator_vtable"
Ævar Arnfjörð Bjarmason
1
-9
/
+9
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2018-08-21
refs.c: migrate internal ref iteration to pass thru repository argument
Stefan Beller
1
-3
/
+3
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-3
/
+3
2017-09-14
prefix_ref_iterator: break when we leave the prefix
Jeff King
1
-1
/
+31
2017-09-14
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty
1
-5
/
+10
2017-05-23
prefix_ref_iterator: don't trim too much
Michael Haggerty
1
-1
/
+17
2016-06-20
do_for_each_ref(): reimplement using reference iteration
Michael Haggerty
1
-0
/
+29
2016-06-20
refs: introduce an iterator interface
Michael Haggerty
1
-0
/
+355