summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-06-15cat-file: speed up default formatRené Scharfe1-3/+6
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-11treewide: drop USE_THE_REPOSITORY_VARIABLEPatrick Steinhardt1-2/+1
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt10-10/+10
2026-06-11environment: split up concerns of `is_bare_repository_cfg`Patrick Steinhardt1-1/+1
2026-06-11builtin/init: stop modifying `is_bare_repository_cfg`Patrick Steinhardt1-7/+8
2026-06-11builtin/init: simplify logic to configure worktreePatrick Steinhardt1-13/+18
2026-06-11builtin/init: stop modifying global `git_work_tree_cfg` variablePatrick Steinhardt1-0/+4
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-09prio-queue: fold lazy_queue into prio_queue for automatic get+put fusionKristofer Karlsson2-67/+19
2026-06-09prio-queue: rename .nr to .nr_ and add accessor helpersKristofer Karlsson3-14/+17
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-05Merge branch 'ps/odb-source-loose' into ps/odb-source-packedJunio C Hamano3-9/+14
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-30Merge branch 'ds/path-walk-filters' into tb/pack-path-walk-bitmap-delta-islandsJunio C Hamano2-13/+18
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