summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-03-06format-patch: add commitListFormat configMirko Faina-0/+21
2026-03-06format-patch: add ability to use alt cover formatMirko Faina-3/+37
2026-03-06format-patch: move cover letter summary generationMirko Faina-12/+20
2026-03-06rebase: support --trailerLi Chen-0/+19
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen-3/+4
2026-03-06trailer: append trailers without fork/execLi Chen-0/+6
2026-03-06trailer: libify a couple of functionsLi Chen-70/+1
2026-03-06interpret-trailers: refactor create_in_place_tempfile()Phillip Wood-22/+29
2026-03-06interpret-trailers: factor trailer rewritingLi Chen-23/+30
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-14/+28
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-10/+10
2026-03-05builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free()Seyi Kufoiji-3/+12
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano-20/+38
2026-03-04Merge branch 'cx/fetch-display-ubfix'Junio C Hamano-1/+1
2026-03-04Merge branch 'ds/config-list-with-type'Junio C Hamano-80/+226
2026-03-04Merge branch 'lo/repo-leftover-bits'Junio C Hamano-22/+22
2026-03-04Merge branch 'ps/maintenance-geometric-default'Junio C Hamano-1/+1
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano-3/+3
2026-03-04Merge branch 'bk/mailmap-wo-the-repository'Junio C Hamano-7/+7
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano-7/+36
2026-03-03submodule: fetch missing objects from default remoteNasser Grainawi-0/+38
2026-03-03builtin/history: implement "split" subcommandPatrick Steinhardt-0/+250
2026-03-03builtin/history: split out extended function to create commitsPatrick Steinhardt-27/+40
2026-03-03cache-tree: allow writing in-memory index as treePatrick Steinhardt-1/+2
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt-4/+4
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt-59/+61
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano-0/+23
2026-03-03Merge branch 'sc/pack-redundant-leakfix'Junio C Hamano-1/+3
2026-03-03for-each-repo: simplify passing of parametersDerrick Stolee-6/+3
2026-03-03for-each-repo: work correctly in a worktreeDerrick Stolee-0/+3
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano-3/+3
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano-77/+64
2026-03-02Merge branch 'ar/run-command-hook-take-2' into ar/config-hooksJunio C Hamano-2/+13
2026-03-02builtin/receive-pack: avoid spinning no-op sideband async threadsAdrian Ratiu-2/+13
2026-03-02builtin/repo: find tree with most entriesJustin Tobler-0/+25
2026-03-02builtin/repo: find commit with most parentsJustin Tobler-0/+45
2026-03-02builtin/repo: add OID annotations to table outputJustin Tobler-10/+68
2026-03-02builtin/repo: collect largest inflated objectsJustin Tobler-0/+63
2026-03-02builtin/repo: add helper for printing keyvalue outputJustin Tobler-35/+42
2026-03-02builtin/repo: update stats for each objectJustin Tobler-29/+24
2026-02-27Merge branch 'mf/format-patch-honor-from-for-cover-letter'Junio C Hamano-3/+3
2026-02-27Merge branch 'jh/alias-i18n'Junio C Hamano-0/+13
2026-02-27Merge branch 'jc/checkout-switch-restore'Junio C Hamano-25/+67
2026-02-27Merge branch 'ps/history-ergonomics-updates'Junio C Hamano-95/+159
2026-02-27Merge branch 'ps/for-each-ref-in-fixes'Junio C Hamano-17/+2
2026-02-27Merge branch 'lo/repo-info-keys'Junio C Hamano-9/+42
2026-02-27pack-objects: remove duplicate --stdin-packs definitionRené Scharfe-2/+0
2026-02-27repo: remove unnecessary variable shadowK Jayatheerth-1/+0
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello-4/+8
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello-16/+30