summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano2-3/+3
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano3-77/+64
2026-02-23config: use an enum for typeDerrick Stolee1-10/+13
2026-02-23config: restructure format_config()Derrick Stolee1-18/+44
2026-02-23config: format colors quietlyDerrick Stolee1-6/+21
2026-02-23config: format expiry dates quietlyDerrick Stolee1-6/+21
2026-02-23config: format paths gentlyDerrick Stolee1-10/+22
2026-02-23config: format bools or strings in helperDerrick Stolee1-7/+15
2026-02-23config: format bools or ints gentlyDerrick Stolee1-9/+31
2026-02-23config: format bools gentlyDerrick Stolee1-2/+19
2026-02-23config: format int64s gentlyDerrick Stolee1-4/+23
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee1-15/+20
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee1-4/+8
2026-02-23config: move show_all_config()Derrick Stolee1-24/+24
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt3-20/+24
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt1-2/+5
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt2-13/+34
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt1-2/+6
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt2-4/+10
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt1-4/+9
2026-02-21pack-redundant: fix memory leak when open_pack_index() failsSahitya Chandra1-1/+3
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano1-17/+2
2026-02-20Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bitsJunio C Hamano1-9/+42
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay6-7/+7
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu1-3/+6
2026-02-19hook: include hooks from the configAdrian Ratiu1-0/+3
2026-02-19hook: add "git hook list" commandEmily Shaffer1-0/+60
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu1-7/+26
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood2-3/+3
2026-02-19pack-bitmap: deduplicate logic to iterate over preferred bitmap tipsPatrick Steinhardt1-17/+2
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren1-0/+13
2026-02-17format-patch: fix From header in cover letterMirko Faina1-3/+3
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano3-3/+0
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano2-4/+4
2026-02-17Merge branch 'yt/merge-file-outside-a-repository'Junio C Hamano1-7/+5
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder2-0/+4
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder1-21/+27
2026-02-17clone: make filter_options local to cmd_clone()Christian Couder1-5/+11
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle4-0/+23
2026-02-17builtin/history: rename "--ref-action=" to "--update-refs="Patrick Steinhardt1-4/+4
2026-02-17builtin/history: replace "--ref-action=print" with "--dry-run"Patrick Steinhardt1-70/+78
2026-02-17builtin/history: check for merges before asking for user inputPatrick Steinhardt1-0/+39
2026-02-17builtin/history: perform revwalk checks before asking for user inputPatrick Steinhardt1-26/+43
2026-02-14repo: add new flag --keys to git-repo-infoLucas Seiki Oshiro1-0/+32
2026-02-14repo: rename the output format "keyvalue" to "lines"Lucas Seiki Oshiro1-9/+10
2026-02-13Merge branch 'sb/merge-ours-sparse'Junio C Hamano1-6/+9
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano15-44/+44
2026-02-13Merge branch 'tc/last-modified-not-a-tree'Junio C Hamano1-5/+14
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano4-4/+4
2026-02-12sparse-checkout: use string_list_sort_uAmisha Chhajed1-2/+1