summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano
2025-11-21fetch: extract out reference committing logicKarthik Nayak
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt
2025-11-19Merge branch 'ps/object-source-loose' into ps/object-source-managementJunio C Hamano
2025-11-19Merge branch 'ps/object-source-loose' into ps/object-read-streamJunio C Hamano
2025-11-19doc: convert git fetch to synopsis styleJean-Noël Avila
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano
2025-11-19Merge branch 'ps/packed-git-in-object-store'Junio C Hamano
2025-11-18repo: add --all to git-repo-infoLucas Seiki Oshiro
2025-11-18repo: factor out field printing to dedicated functionLucas Seiki Oshiro
2025-11-18worktree list: quote pathsPhillip Wood
2025-11-18worktree list: fix column spacingPhillip Wood
2025-11-17blame: make diff algorithm configurableAntonin Delpeuch
2025-11-16fast-import: refactor finalize_commit_buffer()Christian Couder
2025-11-16builtin/repo: fix table alignment for UTF-8 charactersJiang Xin
2025-11-12Merge branch 'tc/last-modified-active-paths-optimization'Junio C Hamano
2025-11-10maintenance: add 'is-needed' subcommandKarthik Nayak
2025-11-10maintenance: add checking logic in `pack_refs_condition()`Karthik Nayak
2025-11-06Merge branch 'cc/fast-import-export-i18n-cleanup'Junio C Hamano
2025-11-05Merge branch 'rz/t0450-bisect-doc-update'Junio C Hamano
2025-11-05replay: add replay.refAction config optionSiddharth Asthana
2025-11-05replay: make atomic ref updates the default behaviorSiddharth Asthana
2025-11-05replay: use die_for_incompatible_opt2() for option validationSiddharth Asthana
2025-11-04Merge branch 'jt/repo-structure'Junio C Hamano
2025-11-04Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-neededJunio C Hamano
2025-11-04builtin/show-ref: convert to use `reference_get_peeled_oid()`Patrick Steinhardt
2025-11-04ref-filter: propagate peeled object IDPatrick Steinhardt
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt
2025-11-03object-file: rename `has_loose_object()`Patrick Steinhardt
2025-11-03last-modified: implement faster algorithmToon Claes
2025-11-03Merge branch 'ps/maintenance-geometric'Junio C Hamano
2025-10-30Merge branch 'rz/bisect-help-unknown'Junio C Hamano
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano
2025-10-30Merge branch 'ey/commit-graph-changed-paths-config'Junio C Hamano
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt
2025-10-30builtin/pack-objects: simplify logic to find kept or nonlocal objectsPatrick Steinhardt
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt
2025-10-30fast-import: mark strings for translationChristian Couder
2025-10-30fast-export: mark strings for translationChristian Couder
2025-10-29Merge branch 'tb/incremental-midx-part-3.1'Junio C Hamano
2025-10-28bisect: update usage and docs to match each otherRuoyu Zhong
2025-10-28Merge branch 'cc/fast-import-strip-signed-tags'Junio C Hamano
2025-10-28Merge branch 'ds/sparse-checkout-clean'Junio C Hamano
2025-10-28Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...Junio C Hamano
2025-10-24builtin/maintenance: introduce "geometric" strategyPatrick Steinhardt