index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
1
-1
/
+1
2026-04-03
Merge branch 'ar/config-hook-cleanups'
Junio C Hamano
1
-1
/
+2
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-30
Merge branch 'jw/object-name-bitset-to-enum'
Junio C Hamano
1
-1
/
+2
2026-03-25
hook: fix minor style issues
Adrian Ratiu
1
-1
/
+2
2026-03-18
object-name: turn INTERPRET_BRANCH_* constants into enum values
Jialong Wang
1
-1
/
+2
2026-03-16
refs: add 'preparing' phase to the reference-transaction hook
Eric Ju
1
-1
/
+11
2026-03-10
Merge branch 'ar/config-hooks'
Junio C Hamano
1
-5
/
+19
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-139
/
+132
2026-03-09
Merge branch 'ar/run-command-hook-take-2'
Junio C Hamano
1
-50
/
+52
2026-03-09
Merge branch 'ar/config-hooks' into ar/config-hook-cleanups
Junio C Hamano
1
-50
/
+66
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-3
/
+123
2026-02-25
refs: add GIT_REFERENCE_BACKEND to specify reference backend
Karthik Nayak
1
-9
/
+21
2026-02-25
refs: allow reference location in refstorage config
Karthik Nayak
1
-1
/
+5
2026-02-25
refs: receive and use the reference storage payload
Karthik Nayak
1
-1
/
+39
2026-02-25
refs: move out stub modification to generic layer
Karthik Nayak
1
-2
/
+45
2026-02-25
refs: extract out `refs_create_refdir_stubs()`
Karthik Nayak
1
-0
/
+23
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
1
-11
/
+0
2026-02-23
refs: replace `refs_for_each_namespaced_ref()`
Patrick Steinhardt
1
-11
/
+0
2026-02-23
refs: replace `refs_for_each_glob_ref()`
Patrick Steinhardt
1
-9
/
+0
2026-02-23
refs: replace `refs_for_each_glob_ref_in()`
Patrick Steinhardt
1
-11
/
+0
2026-02-23
refs: replace `refs_for_each_rawref_in()`
Patrick Steinhardt
1
-10
/
+0
2026-02-23
refs: replace `refs_for_each_rawref()`
Patrick Steinhardt
1
-6
/
+4
2026-02-23
refs: replace `refs_for_each_ref_in()`
Patrick Steinhardt
1
-16
/
+18
2026-02-23
refs: improve verification for-each-ref options
Patrick Steinhardt
1
-1
/
+12
2026-02-23
refs: generalize `refs_for_each_fullref_in_prefixes()`
Patrick Steinhardt
1
-24
/
+15
2026-02-23
refs: generalize `refs_for_each_namespaced_ref()`
Patrick Steinhardt
1
-18
/
+29
2026-02-23
refs: speed up `refs_for_each_glob_ref_in()`
Patrick Steinhardt
1
-33
/
+54
2026-02-23
refs: introduce `refs_for_each_ref_ext`
Patrick Steinhardt
1
-30
/
+48
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-17
/
+17
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
1
-9
/
+9
2026-02-23
refs: remove unused `refs_for_each_include_root_ref()`
Patrick Steinhardt
1
-7
/
+0
2026-02-19
hook: add internal state alloc/free callbacks
Adrian Ratiu
1
-5
/
+19
2026-02-09
Merge branch 'kn/ref-batch-output-error-reporting-fix'
Junio C Hamano
1
-19
/
+27
2026-02-04
Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks
Junio C Hamano
1
-50
/
+52
2026-01-28
reference-transaction: use hook API instead of run-command
Adrian Ratiu
1
-50
/
+52
2026-01-25
refs: add rejection detail to the callback function
Karthik Nayak
1
-1
/
+1
2026-01-25
refs: skip to next ref when current ref is rejected
Karthik Nayak
1
-18
/
+26
2026-01-21
Merge branch 'ps/ref-consistency-checks'
Junio C Hamano
1
-0
/
+43
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
1
-52
/
+48
2026-01-12
builtin/fsck: move generic HEAD check into `refs_fsck()`
Patrick Steinhardt
1
-1
/
+11
2026-01-12
builtin/fsck: move generic object ID checks into `refs_fsck()`
Patrick Steinhardt
1
-3
/
+8
2026-01-12
refs/files: introduce function to perform normal ref checks
Patrick Steinhardt
1
-0
/
+7
2026-01-12
refs/files: extract generic symref target checks
Patrick Steinhardt
1
-0
/
+21
2026-01-06
Merge branch 'ar/run-command-hook'
Junio C Hamano
1
-48
/
+52
2025-12-28
reference-transaction: use hook API instead of run-command
Adrian Ratiu
1
-48
/
+52
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
1
-1
/
+1
2025-11-25
odb: move logic to disable ref updates into repo
Patrick Steinhardt
1
-1
/
+1
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
1
-0
/
+7
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
1
-1
/
+1
[next]