aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2025-11-26fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>Christian Couder
2025-11-25builtin/index-pack: fix deferred fsck outside reposPatrick Steinhardt
2025-11-25submodule add: sanity check existing .gitmodulesJunio C Hamano
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano
2025-11-24config: really pretend missing :(optional) value is not thereJunio C Hamano
2025-11-24Merge branch 'jx/repo-struct-utf8width-fix'Junio C Hamano
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano
2025-11-24Merge branch 'sa/replay-atomic-ref-updates'Junio C Hamano
2025-11-24config: fix short help of unset flagsRené Scharfe
2025-11-24config: fix suggestion for failed set of multi-valued optionRené Scharfe
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt
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