summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano18-103/+133
2026-06-17Merge branch 'td/ls-files-pathspec-prefilter'Junio C Hamano1-0/+11
2026-06-17Merge branch 'td/describe-tag-iteration'Junio C Hamano1-0/+3
2026-06-17Merge branch 'ab/index-pack-retain-child-bases'Junio C Hamano1-1/+0
2026-06-16Merge branch 'jk/describe-contains-all-match-fix'Junio C Hamano1-3/+15
2026-06-16Merge branch 'kk/streaming-walk-pqueue'Junio C Hamano1-0/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin18-79/+104
2026-06-15pack-objects: use size_t for in-core object sizesJohannes Schindelin1-17/+18
2026-06-15packfile: widen unpack_entry()'s size out-parameter to size_tJohannes Schindelin1-1/+6
2026-06-15pack-objects(check_pack_inflate()): use size_t instead of unsigned longJohannes Schindelin1-3/+2
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin2-3/+3
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano6-33/+48
2026-06-15Merge branch 'hn/config-typo-advice'Junio C Hamano1-1/+31
2026-06-12ls-files: filter pathspec before lstatTamir Duberstein1-0/+11
2026-06-11Merge branch 'ps/odb-source-loose'Junio C Hamano3-9/+14
2026-06-10describe: limit default ref iteration to tagsTamir Duberstein1-0/+3
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano3-5/+4
2026-06-09Merge branch 'rs/strbuf-add-uint'Junio C Hamano3-14/+20
2026-06-09Merge branch 'ua/push-remote-group'Junio C Hamano2-75/+218
2026-06-08doc: fix typos via codespellAndrew Kreimer1-1/+1
2026-06-07Merge branch 'aj/stash-patch-optimize-temporary-index'Junio C Hamano1-6/+64
2026-06-07Merge branch 'kh/free-commit-list'Junio C Hamano1-2/+2
2026-06-07Merge branch 'ds/restore-sparse-index'Junio C Hamano1-6/+59
2026-06-07Merge branch 'ar/receive-pack-worktree-env'Junio C Hamano1-1/+1
2026-06-03config: improve diagnostic for "set" with missing valueHarald Nordgren1-1/+31
2026-06-03environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...Olamide Caleb Bello2-6/+8
2026-06-03environment: move "core_sparse_checkout_cone" into `struct repo_config_values`Olamide Caleb Bello2-16/+23
2026-06-03environment: move "pack_compression_level" into `struct repo_config_values`Olamide Caleb Bello2-10/+15
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello1-1/+2
2026-06-02Merge branch 'ds/path-walk-filters'Junio C Hamano2-13/+18
2026-06-02Merge branch 'jk/connect-service-enum'Junio C Hamano3-4/+5
2026-06-02describe: fix --exclude, --match with --contains and --allJacob Keller1-3/+15
2026-06-02index-pack: retain child bases in delta cacheArijit Banerjee1-1/+0
2026-06-01odb/source-loose: drop `odb_source_loose_has_object()`Patrick Steinhardt1-4/+8
2026-06-01odb/source-loose: wire up `count_objects()` callbackPatrick Steinhardt1-3/+3
2026-06-01odb/source-loose: wire up `for_each_object()` callbackPatrick Steinhardt1-2/+3
2026-05-31Merge branch 'sa/cat-file-batch-mailmap-switch'Junio C Hamano1-4/+33
2026-05-31Merge branch 'pt/fsmonitor-linux'Junio C Hamano1-28/+64
2026-05-31Merge branch 'jr/bisect-custom-terms-in-output'Junio C Hamano2-16/+30
2026-05-29*: replace deprecated free_commit_listKristoffer Haugsbakk1-2/+2
2026-05-28pack-objects: call release_revisions() after cruft traversalKristofer Karlsson1-0/+1
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano28-71/+76
2026-05-27Merge branch 'jt/odb-transaction-write'Junio C Hamano3-12/+11
2026-05-27Merge branch 'tb/incremental-midx-part-3.3'Junio C Hamano2-23/+127
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