summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt17-182/+134
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt1-4/+3
2025-11-03object-file: rename `has_loose_object()`Patrick Steinhardt1-2/+2
2025-11-03last-modified: implement faster algorithmToon Claes1-15/+235
2025-11-03Merge branch 'ps/maintenance-geometric'Junio C Hamano1-55/+258
2025-10-30Merge branch 'rz/bisect-help-unknown'Junio C Hamano1-1/+5
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano8-52/+31
2025-10-30Merge branch 'ey/commit-graph-changed-paths-config'Junio C Hamano1-0/+2
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt1-2/+2
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt1-2/+2
2025-10-30builtin/pack-objects: simplify logic to find kept or nonlocal objectsPatrick Steinhardt1-14/+14
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt1-5/+4
2025-10-30fast-import: mark strings for translationChristian Couder1-140/+140
2025-10-30fast-export: mark strings for translationChristian Couder1-39/+40
2025-10-29Merge branch 'tb/incremental-midx-part-3.1'Junio C Hamano1-1264/+92
2025-10-28bisect: update usage and docs to match each otherRuoyu Zhong1-8/+13
2025-10-28Merge branch 'cc/fast-import-strip-signed-tags'Junio C Hamano2-4/+46
2025-10-28Merge branch 'ds/sparse-checkout-clean'Junio C Hamano1-56/+160
2025-10-28Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...Junio C Hamano9-1316/+123
2025-10-24builtin/maintenance: introduce "geometric" strategyPatrick Steinhardt1-0/+31
2025-10-24builtin/maintenance: make "gc" strategy accessiblePatrick Steinhardt1-3/+6
2025-10-24builtin/maintenance: extend "maintenance.strategy" to manual maintenancePatrick Steinhardt1-5/+20
2025-10-24builtin/maintenance: run maintenance tasks depending on typePatrick Steinhardt1-9/+19
2025-10-24builtin/maintenance: improve readability of strategiesPatrick Steinhardt1-11/+25
2025-10-24builtin/maintenance: don't silently ignore invalid strategyPatrick Steinhardt1-6/+11
2025-10-24builtin/maintenance: make the geometric factor configurablePatrick Steinhardt1-1/+8
2025-10-24builtin/maintenance: introduce "geometric-repack" taskPatrick Steinhardt1-0/+102
2025-10-24builtin/gc: make `too_many_loose_objects()` reusable without GC configPatrick Steinhardt1-4/+4
2025-10-24builtin/gc: remove global `repack` variablePatrick Steinhardt1-29/+45
2025-10-22Merge branch 'bc/sha1-256-interop-01'Junio C Hamano1-1/+10
2025-10-22bisect: fix handling of `help` and invalid subcommandsRuoyu Zhong1-1/+5
2025-10-22commit-graph: add new config for changed-paths & recommend it in scalarEmily Yang1-0/+2
2025-10-22Merge branch 'jt/repo-structure' into ps/ref-peeled-tagsJunio C Hamano1-3/+377
2025-10-22Merge branch 'tb/incremental-midx-part-3.1' into ps/ref-peeled-tagsJunio C Hamano1-1264/+92
2025-10-21builtin/repo: add progress meter for structure statsJustin Tobler1-6/+40
2025-10-21builtin/repo: add keyvalue and nul format for structure statsJustin Tobler1-4/+51
2025-10-21builtin/repo: add object counts in structure outputJustin Tobler1-6/+99
2025-10-21builtin/repo: introduce structure subcommandJustin Tobler1-0/+200
2025-10-21builtin/repo: rename repo_info() to cmd_repo_info()Justin Tobler1-3/+3
2025-10-21Merge branch 'tb/incremental-midx-part-3.1' into ps/maintenance-geometricJunio C Hamano12-1300/+148
2025-10-20Merge branch 'tb/cat-file-objectmode-update'Junio C Hamano1-1/+1
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt2-4/+4
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt6-47/+26
2025-10-16builtin/grep: simplify how we preload packsPatrick Steinhardt1-1/+1
2025-10-16builtin/gc: convert to use `packfile_store_get_all_packs()`Patrick Steinhardt1-1/+1
2025-10-16Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...Junio C Hamano12-1300/+148
2025-10-16builtin/repack.c: clean up unused `#include`sTaylor Blau1-9/+0
2025-10-16repack: move `write_cruft_pack()` out of the builtinTaylor Blau1-94/+0
2025-10-16repack: move `write_filtered_pack()` out of the builtinTaylor Blau1-46/+0
2025-10-16repack: move `pack_kept_objects` to `struct pack_objects_args`Taylor Blau1-13/+7