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-07-16
refs: remove remaining uses of `the_repository`
Patrick Steinhardt
1
-14
/
+9
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-1
/
+1
2026-06-26
refs: protect against chicken-and-egg recursion
Patrick Steinhardt
1
-0
/
+7
2026-06-26
refs: move parsing of "core.logAllRefUpdates" back into ref stores
Patrick Steinhardt
1
-1
/
+9
2026-06-26
Merge branch 'ps/setup-centralize-odb-creation' into ps/refs-onbranch-fixes
Junio C Hamano
1
-1
/
+2
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
1
-1
/
+1
2026-06-05
setup: drop `setup_git_env()`
Patrick Steinhardt
1
-1
/
+2
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-05-22
Merge branch 'ps/setup-wo-the-repository' into ps/setup-centralize-odb-creation
Junio C Hamano
1
-1
/
+1
2026-05-21
Merge branch 'kn/refs-generic-helpers'
Junio C Hamano
1
-13
/
+47
2026-05-19
setup: stop using `the_repository` in `initialize_repository_version()`
Patrick Steinhardt
1
-1
/
+1
2026-05-14
hex: add and use strbuf_add_oid_hex()
René Scharfe
1
-1
/
+1
2026-05-11
Merge branch 'sp/refs-reduce-the-repository'
Junio C Hamano
1
-8
/
+9
2026-05-05
refs: add peeled object ID to the `ref_update` struct
Karthik Nayak
1
-2
/
+13
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
1
-0
/
+18
2026-05-05
refs: return `ref_transaction_error` from `ref_transaction_update()`
Karthik Nayak
1
-10
/
+10
2026-05-05
refs: extract out reflog config to generic layer
Karthik Nayak
1
-0
/
+1
2026-05-05
refs: introduce `ref_store_init_options`
Karthik Nayak
1
-1
/
+5
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
1
-1
/
+1
2026-04-08
refs: remove the_hash_algo global state
Shreyansh Paliwal
1
-6
/
+7
2026-04-08
refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
Shreyansh Paliwal
1
-2
/
+2
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
[next]