summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-03-04Merge branch 'ps/maintenance-geometric-default'Junio C Hamano1-1/+1
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano2-3/+3
2026-03-04Merge branch 'bk/mailmap-wo-the-repository'Junio C Hamano6-7/+7
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano2-7/+36
2026-03-03submodule: fetch missing objects from default remoteNasser Grainawi1-0/+38
2026-03-03builtin/history: implement "split" subcommandPatrick Steinhardt1-0/+250
2026-03-03builtin/history: split out extended function to create commitsPatrick Steinhardt1-27/+40
2026-03-03cache-tree: allow writing in-memory index as treePatrick Steinhardt1-1/+2
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt4-4/+4
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt5-59/+61
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano4-0/+23
2026-03-03Merge branch 'sc/pack-redundant-leakfix'Junio C Hamano1-1/+3
2026-03-03for-each-repo: simplify passing of parametersDerrick Stolee1-6/+3
2026-03-03for-each-repo: work correctly in a worktreeDerrick Stolee1-0/+3
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano2-3/+3
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano3-77/+64
2026-03-02Merge branch 'ar/run-command-hook-take-2' into ar/config-hooksJunio C Hamano1-2/+13
2026-03-02builtin/receive-pack: avoid spinning no-op sideband async threadsAdrian Ratiu1-2/+13
2026-03-02builtin/repo: find tree with most entriesJustin Tobler1-0/+25
2026-03-02builtin/repo: find commit with most parentsJustin Tobler1-0/+45
2026-03-02builtin/repo: add OID annotations to table outputJustin Tobler1-10/+68
2026-03-02builtin/repo: collect largest inflated objectsJustin Tobler1-0/+63
2026-03-02builtin/repo: add helper for printing keyvalue outputJustin Tobler1-32/+39
2026-03-02builtin/repo: update stats for each objectJustin Tobler1-29/+24
2026-02-27Merge branch 'mf/format-patch-honor-from-for-cover-letter'Junio C Hamano1-3/+3
2026-02-27Merge branch 'jh/alias-i18n'Junio C Hamano1-0/+13
2026-02-27Merge branch 'jc/checkout-switch-restore'Junio C Hamano1-25/+67
2026-02-27Merge branch 'ps/history-ergonomics-updates'Junio C Hamano1-94/+158
2026-02-27Merge branch 'ps/for-each-ref-in-fixes'Junio C Hamano1-17/+2
2026-02-27Merge branch 'lo/repo-info-keys'Junio C Hamano1-9/+42
2026-02-27pack-objects: remove duplicate --stdin-packs definitionRené Scharfe1-2/+0
2026-02-27repo: remove unnecessary variable shadowK Jayatheerth1-1/+0
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello4-4/+8
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello6-16/+30
2026-02-25Merge branch 'ac/string-list-sort-u-and-tests'Junio C Hamano1-2/+1
2026-02-25Merge branch 'ps/pack-concat-wo-backfill'Junio C Hamano1-0/+10
2026-02-25Merge branch 'cc/lop-filter-auto'Junio C Hamano2-26/+42
2026-02-25repo: rename struct field to repo_info_fieldLucas Seiki Oshiro1-13/+14
2026-02-25repo: replace get_value_fn_for_key by get_repo_info_fieldLucas Seiki Oshiro1-7/+6
2026-02-25repo: rename repo_info_fields to repo_info_fieldLucas Seiki Oshiro1-10/+10
2026-02-25refs: allow reference location in refstorage configKarthik Nayak1-0/+34
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak1-6/+1
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak1-1/+1
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie1-1/+1
2026-02-24midx: enable reachability bitmaps during MIDX compactionTaylor Blau1-1/+3
2026-02-24midx: implement MIDX compactionTaylor Blau1-0/+74
2026-02-24git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'Taylor Blau1-2/+3
2026-02-24builtin/multi-pack-index.c: make '--progress' a common optionTaylor Blau1-8/+2
2026-02-24builtin/maintenance: use "geometric" strategy by defaultPatrick Steinhardt1-1/+1
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk1-1/+13