summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-02-25Merge branch 'ac/string-list-sort-u-and-tests'Junio C Hamano-2/+1
2026-02-25Merge branch 'ps/pack-concat-wo-backfill'Junio C Hamano-0/+10
2026-02-25Merge branch 'cc/lop-filter-auto'Junio C Hamano-26/+42
2026-02-25repo: rename struct field to repo_info_fieldLucas Seiki Oshiro-13/+14
2026-02-25repo: replace get_value_fn_for_key by get_repo_info_fieldLucas Seiki Oshiro-7/+6
2026-02-25repo: rename repo_info_fields to repo_info_fieldLucas Seiki Oshiro-10/+10
2026-02-25refs: allow reference location in refstorage configKarthik Nayak-0/+34
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak-6/+1
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak-1/+1
2026-02-25fetch: fix wrong evaluation order in URL trailing-slash trimmingcuiweixie-1/+1
2026-02-24midx: enable reachability bitmaps during MIDX compactionTaylor Blau-1/+3
2026-02-24midx: implement MIDX compactionTaylor Blau-0/+74
2026-02-24git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'Taylor Blau-2/+3
2026-02-24builtin/multi-pack-index.c: make '--progress' a common optionTaylor Blau-8/+2
2026-02-24builtin/maintenance: use "geometric" strategy by defaultPatrick Steinhardt-1/+1
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk-1/+13
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano-3/+3
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano-77/+64
2026-02-23config: use an enum for typeDerrick Stolee-10/+13
2026-02-23config: restructure format_config()Derrick Stolee-19/+45
2026-02-23config: format colors quietlyDerrick Stolee-6/+21
2026-02-23config: format expiry dates quietlyDerrick Stolee-6/+21
2026-02-23config: format paths gentlyDerrick Stolee-10/+22
2026-02-23config: format bools or strings in helperDerrick Stolee-7/+15
2026-02-23config: format bools or ints gentlyDerrick Stolee-9/+31
2026-02-23config: format bools gentlyDerrick Stolee-2/+19
2026-02-23config: format int64s gentlyDerrick Stolee-4/+23
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee-15/+20
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee-4/+8
2026-02-23config: move show_all_config()Derrick Stolee-24/+24
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt-20/+24
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt-2/+5
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt-13/+34
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt-2/+6
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt-4/+10
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt-4/+9
2026-02-21pack-redundant: fix memory leak when open_pack_index() failsSahitya Chandra-1/+3
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano-17/+2
2026-02-20Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bitsJunio C Hamano-9/+42
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay-7/+7
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu-3/+6
2026-02-19hook: include hooks from the configAdrian Ratiu-0/+3
2026-02-19hook: add "git hook list" commandEmily Shaffer-0/+60
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu-7/+26
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood-3/+3
2026-02-19pack-bitmap: deduplicate logic to iterate over preferred bitmap tipsPatrick Steinhardt-17/+2
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren-0/+13
2026-02-17format-patch: fix From header in cover letterMirko Faina-3/+3
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano-3/+0
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano-4/+4