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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-21
Merge branch 'aw/validate-proxy-url-scheme'
Junio C Hamano
2
-25
/
+74
2026-05-21
Merge branch 'mm/git-url-parse'
Junio C Hamano
19
-54
/
+780
2026-05-21
Merge branch 'pw/xdiff-shrink-memory-consumption'
Junio C Hamano
1
-24
/
+22
2026-05-21
Merge branch 'kh/doc-log-decorate-list'
Junio C Hamano
1
-3
/
+3
2026-05-21
Merge branch 'kn/refs-generic-helpers'
Junio C Hamano
10
-174
/
+266
2026-05-21
Merge branch 'za/t2000-modernise-more'
Junio C Hamano
1
-57
/
+8
2026-05-20
commit: fall back to full read when maybe_tree is NULL
Jeff King
2
-1
/
+55
2026-05-20
send-pack: pass negotiation config in push
Derrick Stolee
5
-7
/
+70
2026-05-20
remote: add remote.*.negotiationInclude config
Derrick Stolee
6
-0
/
+96
2026-05-20
fetch: add --negotiation-include option for negotiation
Derrick Stolee
8
-19
/
+232
2026-05-20
negotiator: add have_sent() interface
Derrick Stolee
4
-0
/
+32
2026-05-20
remote: add remote.*.negotiationRestrict config
Derrick Stolee
5
-7
/
+71
2026-05-20
transport: rename negotiation_tips
Derrick Stolee
6
-28
/
+28
2026-05-20
fetch: add --negotiation-restrict option
Derrick Stolee
8
-12
/
+46
2026-05-20
t5516: fix test order flakiness
Derrick Stolee
1
-1
/
+1
2026-05-20
Merge branch 'tb/pseudo-merge-bugfixes' into tb/bitmap-build-performance
Junio C Hamano
7
-14
/
+402
2026-05-20
repack: allow `--write-midx=incremental` without `--geometric`
Taylor Blau
4
-18
/
+133
2026-05-20
repack: introduce `--write-midx=incremental`
Taylor Blau
11
-24
/
+669
2026-05-20
repack: implement incremental MIDX repacking
Taylor Blau
3
-13
/
+588
2026-05-20
packfile: ensure `close_pack_revindex()` frees in-memory revindex
Taylor Blau
1
-0
/
+2
2026-05-20
builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`
Taylor Blau
3
-14
/
+58
2026-05-20
repack-geometry: prepare for incremental MIDX repacking
Taylor Blau
2
-0
/
+39
2026-05-20
repack-midx: extract `repack_fill_midx_stdin_packs()`
Taylor Blau
1
-14
/
+24
2026-05-20
repack-midx: factor out `repack_prepare_midx_command()`
Taylor Blau
1
-11
/
+19
2026-05-20
midx: expose `midx_layer_contains_pack()`
Taylor Blau
2
-3
/
+5
2026-05-20
repack: track the ODB source via existing_packs
Taylor Blau
3
-3
/
+5
2026-05-20
midx: support custom `--base` for incremental MIDX writes
Taylor Blau
6
-9
/
+178
2026-05-20
midx: introduce `--no-write-chain-file` for incremental MIDX writes
Taylor Blau
6
-18
/
+123
2026-05-20
midx: use `strvec` for `keep_hashes`
Taylor Blau
2
-66
/
+38
2026-05-20
midx: build `keep_hashes` array in order
Taylor Blau
1
-29
/
+35
2026-05-20
midx: use `strset` for retained MIDX files
Taylor Blau
1
-30
/
+27
2026-05-20
midx-write: handle noop writes when converting incremental chains
Taylor Blau
2
-8
/
+26
2026-05-20
The 5th batch
Junio C Hamano
1
-0
/
+30
2026-05-20
Merge branch 'sb/unpack-index-pack-buffer-resize'
Junio C Hamano
4
-5
/
+9
2026-05-20
Merge branch 'ps/history-fixup'
Junio C Hamano
6
-30
/
+1068
2026-05-20
Merge branch 'jh/alias-i18n-fixes'
Junio C Hamano
3
-3
/
+34
2026-05-20
Merge branch 'bc/sign-commit-with-custom-encoding'
Junio C Hamano
2
-6
/
+23
2026-05-20
Merge branch 'js/adjust-tests-to-explicitly-access-bare-repo'
Junio C Hamano
21
-13
/
+134
2026-05-20
Merge branch 'js/objects-larger-than-4gb-on-windows'
Junio C Hamano
22
-56
/
+724
2026-05-20
Merge branch 'en/diffstat-utf8-truncation-fix'
Junio C Hamano
2
-2
/
+49
2026-05-20
Merge branch 'js/mingw-no-nedmalloc'
Junio C Hamano
10
-7080
/
+1
2026-05-19
setup: stop using `the_repository` in `init_db()`
Patrick Steinhardt
4
-24
/
+26
2026-05-19
setup: stop using `the_repository` in `create_reference_database()`
Patrick Steinhardt
3
-8
/
+9
2026-05-19
setup: stop using `the_repository` in `initialize_repository_version()`
Patrick Steinhardt
4
-18
/
+20
2026-05-19
setup: stop using `the_repository` in `check_repository_format()`
Patrick Steinhardt
2
-35
/
+33
2026-05-19
setup: stop using `the_repository` in `upgrade_repository_format()`
Patrick Steinhardt
4
-6
/
+6
2026-05-19
setup: stop using `the_repository` in `setup_git_directory()`
Patrick Steinhardt
40
-47
/
+49
2026-05-19
setup: stop using `the_repository` in `setup_git_directory_gently()`
Patrick Steinhardt
13
-33
/
+36
2026-05-19
setup: stop using `the_repository` in `setup_git_env()`
Patrick Steinhardt
2
-5
/
+3
2026-05-19
setup: stop using `the_repository` in `set_git_work_tree()`
Patrick Steinhardt
5
-18
/
+17
[prev]
[next]