summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
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
2026-02-17Merge branch 'yt/merge-file-outside-a-repository'Junio C Hamano-7/+5
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder-0/+4
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder-21/+27
2026-02-17clone: make filter_options local to cmd_clone()Christian Couder-5/+11
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle-0/+23
2026-02-17builtin/history: rename "--ref-action=" to "--update-refs="Patrick Steinhardt-4/+4
2026-02-17builtin/history: replace "--ref-action=print" with "--dry-run"Patrick Steinhardt-71/+79
2026-02-17builtin/history: check for merges before asking for user inputPatrick Steinhardt-0/+39
2026-02-17builtin/history: perform revwalk checks before asking for user inputPatrick Steinhardt-26/+43
2026-02-14repo: add new flag --keys to git-repo-infoLucas Seiki Oshiro-0/+32
2026-02-14repo: rename the output format "keyvalue" to "lines"Lucas Seiki Oshiro-9/+10
2026-02-13Merge branch 'sb/merge-ours-sparse'Junio C Hamano-6/+9
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano-44/+44
2026-02-13Merge branch 'tc/last-modified-not-a-tree'Junio C Hamano-5/+14
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano-4/+4
2026-02-12sparse-checkout: use string_list_sort_uAmisha Chhajed-2/+1
2026-02-12builtin/fsck: fix flags passed to `odb_has_object()`Patrick Steinhardt-1/+2
2026-02-12builtin/backfill: fix flags passed to `odb_has_object()`Patrick Steinhardt-2/+1
2026-02-11Merge branch 'rs/blame-ignore-colors-fix'Junio C Hamano-4/+9
2026-02-11Merge branch 'sp/show-index-warn-fallback'Junio C Hamano-14/+17
2026-02-11builtin/pack-objects: don't fetch objects when merging packsPatrick Steinhardt-0/+10
2026-02-10xdiff-interface: stop using the_repositoryRené Scharfe-4/+4
2026-02-09Merge branch 'ac/string-list-sort-u-and-tests'Junio C Hamano-12/+6