index
:
git
jch
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.h
Age
Commit message (
Expand
)
Author
Lines
2026-03-18
object-name: turn INTERPRET_BRANCH_* constants into enum values
Jialong Wang
-1
/
+2
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
-97
/
+102
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
-0
/
+13
2026-02-25
refs: extract out `refs_create_refdir_stubs()`
Karthik Nayak
-0
/
+13
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
-8
/
+0
2026-02-23
refs: replace `refs_for_each_namespaced_ref()`
Patrick Steinhardt
-8
/
+0
2026-02-23
refs: replace `refs_for_each_glob_ref()`
Patrick Steinhardt
-4
/
+0
2026-02-23
refs: replace `refs_for_each_glob_ref_in()`
Patrick Steinhardt
-3
/
+0
2026-02-23
refs: replace `refs_for_each_rawref_in()`
Patrick Steinhardt
-4
/
+0
2026-02-23
refs: replace `refs_for_each_rawref()`
Patrick Steinhardt
-1
/
+0
2026-02-23
refs: replace `refs_for_each_ref_in()`
Patrick Steinhardt
-2
/
+0
2026-02-23
refs: generalize `refs_for_each_fullref_in_prefixes()`
Patrick Steinhardt
-11
/
+5
2026-02-23
refs: generalize `refs_for_each_namespaced_ref()`
Patrick Steinhardt
-0
/
+7
2026-02-23
refs: speed up `refs_for_each_glob_ref_in()`
Patrick Steinhardt
-0
/
+10
2026-02-23
refs: introduce `refs_for_each_ref_ext`
Patrick Steinhardt
-0
/
+29
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
-19
/
+19
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
-6
/
+6
2026-02-23
refs: move `do_for_each_ref_flags` further up
Patrick Steinhardt
-37
/
+37
2026-02-23
refs: move `refs_head_ref_namespaced()`
Patrick Steinhardt
-2
/
+3
2026-02-23
refs: remove unused `refs_for_each_include_root_ref()`
Patrick Steinhardt
-6
/
+0
2026-02-09
Merge branch 'kn/ref-batch-output-error-reporting-fix'
Junio C Hamano
-0
/
+1
2026-01-25
refs: add rejection detail to the callback function
Karthik Nayak
-0
/
+1
2026-01-12
refs/files: introduce function to perform normal ref checks
Patrick Steinhardt
-0
/
+8
2026-01-12
refs/files: extract generic symref target checks
Patrick Steinhardt
-0
/
+10
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
-0
/
+7
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
-9
/
+9
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
-6
/
+0
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
-14
/
+0
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
-0
/
+19
2025-11-04
refs: refactor reference status flags
Patrick Steinhardt
-20
/
+21
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
-4
/
+22
2025-10-02
Merge branch 'ms/refs-optimize'
Junio C Hamano
-0
/
+6
2025-09-29
Merge branch 'kn/refs-files-case-insensitive'
Junio C Hamano
-0
/
+2
2025-09-19
refs: add a generic 'optimize' API
Meet Soni
-0
/
+6
2025-09-17
refs/files: catch conflicts on case-insensitive file-systems
Karthik Nayak
-0
/
+2
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
-4
/
+9
2025-08-21
Merge branch 'ps/reflog-migrate-fixes'
Junio C Hamano
-1
/
+23
2025-08-06
builtin/remote: only iterate through refs that are to be renamed
Patrick Steinhardt
-0
/
+2
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
-4
/
+7
2025-08-06
Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix
Junio C Hamano
-1
/
+23
2025-08-06
refs: fix invalid old object IDs when migrating reflogs
Patrick Steinhardt
-1
/
+8
2025-08-06
refs: export `ref_transaction_update_reflog()`
Patrick Steinhardt
-0
/
+15
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
-0
/
+155
2025-07-16
Merge branch 'ph/fetch-prune-optim'
Junio C Hamano
-3
/
+2
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
-9
/
+17
2025-07-15
refs: expose `ref_iterator` via 'refs.h'
Karthik Nayak
-0
/
+147
2025-07-01
clean up interface for refs_warn_dangling_symrefs
Phil Hord
-1
/
+2
2025-07-01
refs: remove old refs_warn_dangling_symref
Phil Hord
-2
/
+0
2025-05-19
refs: add function to translate errors to strings
Karthik Nayak
-0
/
+5
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
-25
/
+45
[next]