summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano2-19/+74
2026-05-27Merge branch 'kk/merge-octopus-optim'Junio C Hamano1-14/+4
2026-05-27Merge branch 'en/batch-prefetch'Junio C Hamano2-0/+274
2026-05-27restore: avoid sparse index expansionDerrick Stolee1-6/+59
2026-05-26receive-pack: fix updateInstead with core.worktreeAlyssa Ross1-1/+1
2026-05-25Merge branch 'kk/paint-down-to-common-optim'Junio C Hamano1-1/+3
2026-05-24stash: reuse cached index entries in --patch temporary indexAdam Johnson1-6/+64
2026-05-24pack-objects: support sparse:oid filter with path-walkDerrick Stolee1-5/+11
2026-05-24path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee1-0/+1
2026-05-24path-walk: support blob size limit filterDerrick Stolee1-0/+2
2026-05-24backfill: die on incompatible filter optionsDerrick Stolee1-3/+2
2026-05-24path-walk: support blobless filterDerrick Stolee1-1/+1
2026-05-24pack-objects: pass --objects with --path-walkDerrick Stolee1-4/+1
2026-05-21Merge branch 'ps/odb-in-memory' into ps/odb-source-looseJunio C Hamano3-12/+11
2026-05-21Merge branch 'mm/git-url-parse'Junio C Hamano1-0/+135
2026-05-21Merge branch 'kn/refs-generic-helpers'Junio C Hamano2-71/+133
2026-05-20remote: add remote.*.negotiationInclude configDerrick Stolee1-0/+12
2026-05-20fetch: add --negotiation-include option for negotiationDerrick Stolee2-8/+33
2026-05-20remote: add remote.*.negotiationRestrict configDerrick Stolee1-7/+21
2026-05-20transport: rename negotiation_tipsDerrick Stolee1-9/+9
2026-05-20fetch: add --negotiation-restrict optionDerrick Stolee2-6/+10
2026-05-20repack: allow `--write-midx=incremental` without `--geometric`Taylor Blau1-3/+0
2026-05-20repack: introduce `--write-midx=incremental`Taylor Blau1-6/+43
2026-05-20repack: implement incremental MIDX repackingTaylor Blau1-0/+5
2026-05-20builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`Taylor Blau1-12/+38
2026-05-20repack: track the ODB source via existing_packsTaylor Blau1-3/+2
2026-05-20midx: support custom `--base` for incremental MIDX writesTaylor Blau1-4/+20
2026-05-20midx: introduce `--no-write-chain-file` for incremental MIDX writesTaylor Blau1-2/+26
2026-05-20Merge branch 'sb/unpack-index-pack-buffer-resize'Junio C Hamano2-4/+2
2026-05-20Merge branch 'ps/history-fixup'Junio C Hamano1-23/+268
2026-05-20Merge branch 'js/objects-larger-than-4gb-on-windows'Junio C Hamano3-16/+30
2026-05-19setup: stop using `the_repository` in `init_db()`Patrick Steinhardt2-2/+2
2026-05-19setup: stop using `the_repository` in `create_reference_database()`Patrick Steinhardt1-1/+1
2026-05-19setup: stop using `the_repository` in `initialize_repository_version()`Patrick Steinhardt1-2/+2
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt4-5/+5
2026-05-19setup: stop using `the_repository` in `setup_git_directory_gently()`Patrick Steinhardt5-5/+8
2026-05-19setup: stop using `the_repository` in `set_git_work_tree()`Patrick Steinhardt2-4/+4
2026-05-19setup: stop using `the_repository` in `setup_work_tree()`Patrick Steinhardt14-26/+26
2026-05-19setup: stop using `the_repository` in `enter_repo()`Patrick Steinhardt3-3/+3
2026-05-19setup: stop using `the_repository` in `verify_non_filename()`Patrick Steinhardt3-3/+3
2026-05-19setup: stop using `the_repository` in `verify_filename()`Patrick Steinhardt3-4/+4
2026-05-19setup: stop using `the_repository` in `path_inside_repo()`Patrick Steinhardt1-2/+2
2026-05-19setup: stop using `the_repository` in `prefix_path()`Patrick Steinhardt6-10/+12
2026-05-19setup: stop using `the_repository` in `is_inside_work_tree()`Patrick Steinhardt2-3/+3
2026-05-19setup: stop using `the_repository` in `is_inside_git_dir()`Patrick Steinhardt1-1/+1
2026-05-19connect: use "service" enum for "name" argumentJeff King3-4/+5
2026-05-19Merge branch 'kh/name-rev-custom-format'Junio C Hamano1-25/+275
2026-05-17Merge branch 'hn/git-checkout-m-with-stash'Junio C Hamano4-101/+111
2026-05-17Merge branch 'en/backfill-fixes-and-edges'Junio C Hamano1-1/+30
2026-05-15Merge branch 'jt/odb-transaction-write' into ps/odb-in-memoryJunio C Hamano3-12/+11