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
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Merge branch 'kn/reftable-optimize-reloading'
Junio C Hamano
1
-14
/
+8
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
3
-12
/
+9
2026-08-24
reftable/stack: rename reftable_stack_new_addition()
Karthik Nayak
1
-2
/
+2
2026-08-24
reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`
Karthik Nayak
1
-12
/
+6
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
3
-12
/
+9
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
3
-10
/
+11
2026-07-27
Merge branch 'ps/copy-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
2
-23
/
+32
2026-07-19
Merge branch 'kk/reftable-tombstone-quadratic-fix'
Junio C Hamano
1
-11
/
+43
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
1
-2
/
+2
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2026-07-16
refs/files: drop `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt
1
-14
/
+17
2026-07-16
refs/packed: de-globalize handling of "core.packedRefsTimeout"
Patrick Steinhardt
1
-7
/
+13
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
3
-9
/
+10
2026-07-14
refs/packed: use repo_create_tempfile()
René Scharfe
1
-1
/
+1
2026-07-10
reftable: fix quadratic behavior in the presence of tombstones
Kristofer Karlsson
1
-11
/
+43
2026-07-06
Merge branch 'ps/refs-onbranch-fixes'
Junio C Hamano
4
-84
/
+191
2026-06-26
refs/reftable: lazy-load configuration to fix chicken-and-egg
Patrick Steinhardt
1
-61
/
+85
2026-06-26
reftable: split up write options
Patrick Steinhardt
1
-11
/
+18
2026-06-26
refs/files: lazy-load configuration to fix chicken-and-egg
Patrick Steinhardt
1
-11
/
+33
2026-06-26
refs: move parsing of "core.logAllRefUpdates" back into ref stores
Patrick Steinhardt
3
-18
/
+28
2026-06-26
refs: unregister reference stores from "chdir_notify"
Patrick Steinhardt
3
-5
/
+49
2026-06-19
config: use repo_ignore_case() to access core.ignorecase
Tian Yuchen
1
-2
/
+2
2026-06-11
treewide: drop USE_THE_REPOSITORY_VARIABLE
Patrick Steinhardt
1
-3
/
+1
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
2
-2
/
+2
2026-05-27
Merge branch 'kn/refs-fsck-skip-lock-files'
Junio C Hamano
1
-11
/
+11
2026-05-21
Merge branch 'kn/refs-generic-helpers'
Junio C Hamano
5
-82
/
+64
2026-05-18
refs/files: skip lock files during consistency checks
Karthik Nayak
1
-11
/
+11
2026-05-11
Merge branch 'sp/refs-reduce-the-repository'
Junio C Hamano
3
-10
/
+17
2026-05-05
refs: use peeled tag values in reference backends
Karthik Nayak
2
-11
/
+4
2026-05-05
refs: add peeled object ID to the `ref_update` struct
Karthik Nayak
3
-11
/
+29
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
2
-45
/
+2
2026-05-05
refs: extract out reflog config to generic layer
Karthik Nayak
3
-2
/
+8
2026-05-05
refs: introduce `ref_store_init_options`
Karthik Nayak
5
-9
/
+21
2026-05-05
refs: remove unused typedef 'ref_transaction_commit_fn'
Karthik Nayak
1
-4
/
+0
2026-04-09
Merge branch 'jk/c23-const-preserving-fixes-more'
Junio C Hamano
1
-1
/
+1
2026-04-08
Merge branch 'ps/reftable-portability'
Junio C Hamano
1
-6
/
+0
2026-04-08
refs/reftable-backend: drop uses of the_repository
Shreyansh Paliwal
1
-3
/
+3
2026-04-08
refs: add struct repository parameter in get_files_ref_lock_timeout_ms()
Shreyansh Paliwal
2
-7
/
+14
2026-04-02
reftable/stack: provide fsync(3p) via system header
Patrick Steinhardt
1
-6
/
+0
2026-04-01
refs/files-backend: drop const to fix strchr() warning
Jeff King
1
-1
/
+1
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
1
-1
/
+1
2026-03-17
strbuf_attach: fix call sites to pass correct alloc
Vaidas Pilkauskas
1
-1
/
+1
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
4
-18
/
+21
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
5
-53
/
+51
2026-02-25
refs: receive and use the reference storage payload
Karthik Nayak
5
-15
/
+46
2026-02-25
refs: move out stub modification to generic layer
Karthik Nayak
2
-28
/
+5
2026-02-25
refs: extract out `refs_create_refdir_stubs()`
Karthik Nayak
1
-12
/
+2
2026-02-23
refs: replace `refs_for_each_rawref()`
Patrick Steinhardt
1
-2
/
+5
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-1
/
+1
[next]