summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-21Merge branch 'aw/validate-proxy-url-scheme'Junio C Hamano2-25/+74
2026-05-21Merge branch 'mm/git-url-parse'Junio C Hamano19-54/+780
2026-05-21Merge branch 'pw/xdiff-shrink-memory-consumption'Junio C Hamano1-24/+22
2026-05-21Merge branch 'kh/doc-log-decorate-list'Junio C Hamano1-3/+3
2026-05-21Merge branch 'kn/refs-generic-helpers'Junio C Hamano10-174/+266
2026-05-21Merge branch 'za/t2000-modernise-more'Junio C Hamano1-57/+8
2026-05-20commit: fall back to full read when maybe_tree is NULLJeff King2-1/+55
2026-05-20send-pack: pass negotiation config in pushDerrick Stolee5-7/+70
2026-05-20remote: add remote.*.negotiationInclude configDerrick Stolee6-0/+96
2026-05-20fetch: add --negotiation-include option for negotiationDerrick Stolee8-19/+232
2026-05-20negotiator: add have_sent() interfaceDerrick Stolee4-0/+32
2026-05-20remote: add remote.*.negotiationRestrict configDerrick Stolee5-7/+71
2026-05-20transport: rename negotiation_tipsDerrick Stolee6-28/+28
2026-05-20fetch: add --negotiation-restrict optionDerrick Stolee8-12/+46
2026-05-20t5516: fix test order flakinessDerrick Stolee1-1/+1
2026-05-20Merge branch 'tb/pseudo-merge-bugfixes' into tb/bitmap-build-performanceJunio C Hamano7-14/+402
2026-05-20repack: allow `--write-midx=incremental` without `--geometric`Taylor Blau4-18/+133
2026-05-20repack: introduce `--write-midx=incremental`Taylor Blau11-24/+669
2026-05-20repack: implement incremental MIDX repackingTaylor Blau3-13/+588
2026-05-20packfile: ensure `close_pack_revindex()` frees in-memory revindexTaylor Blau1-0/+2
2026-05-20builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`Taylor Blau3-14/+58
2026-05-20repack-geometry: prepare for incremental MIDX repackingTaylor Blau2-0/+39
2026-05-20repack-midx: extract `repack_fill_midx_stdin_packs()`Taylor Blau1-14/+24
2026-05-20repack-midx: factor out `repack_prepare_midx_command()`Taylor Blau1-11/+19
2026-05-20midx: expose `midx_layer_contains_pack()`Taylor Blau2-3/+5
2026-05-20repack: track the ODB source via existing_packsTaylor Blau3-3/+5
2026-05-20midx: support custom `--base` for incremental MIDX writesTaylor Blau6-9/+178
2026-05-20midx: introduce `--no-write-chain-file` for incremental MIDX writesTaylor Blau6-18/+123
2026-05-20midx: use `strvec` for `keep_hashes`Taylor Blau2-66/+38
2026-05-20midx: build `keep_hashes` array in orderTaylor Blau1-29/+35
2026-05-20midx: use `strset` for retained MIDX filesTaylor Blau1-30/+27
2026-05-20midx-write: handle noop writes when converting incremental chainsTaylor Blau2-8/+26
2026-05-20The 5th batchJunio C Hamano1-0/+30
2026-05-20Merge branch 'sb/unpack-index-pack-buffer-resize'Junio C Hamano4-5/+9
2026-05-20Merge branch 'ps/history-fixup'Junio C Hamano6-30/+1068
2026-05-20Merge branch 'jh/alias-i18n-fixes'Junio C Hamano3-3/+34
2026-05-20Merge branch 'bc/sign-commit-with-custom-encoding'Junio C Hamano2-6/+23
2026-05-20Merge branch 'js/adjust-tests-to-explicitly-access-bare-repo'Junio C Hamano21-13/+134
2026-05-20Merge branch 'js/objects-larger-than-4gb-on-windows'Junio C Hamano22-56/+724
2026-05-20Merge branch 'en/diffstat-utf8-truncation-fix'Junio C Hamano2-2/+49
2026-05-20Merge branch 'js/mingw-no-nedmalloc'Junio C Hamano10-7080/+1
2026-05-19setup: stop using `the_repository` in `init_db()`Patrick Steinhardt4-24/+26
2026-05-19setup: stop using `the_repository` in `create_reference_database()`Patrick Steinhardt3-8/+9
2026-05-19setup: stop using `the_repository` in `initialize_repository_version()`Patrick Steinhardt4-18/+20
2026-05-19setup: stop using `the_repository` in `check_repository_format()`Patrick Steinhardt2-35/+33
2026-05-19setup: stop using `the_repository` in `upgrade_repository_format()`Patrick Steinhardt4-6/+6
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt40-47/+49
2026-05-19setup: stop using `the_repository` in `setup_git_directory_gently()`Patrick Steinhardt13-33/+36
2026-05-19setup: stop using `the_repository` in `setup_git_env()`Patrick Steinhardt2-5/+3
2026-05-19setup: stop using `the_repository` in `set_git_work_tree()`Patrick Steinhardt5-18/+17