aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2026-02-23config: format paths gentlyDerrick Stolee
2026-02-23config: format bools or strings in helperDerrick Stolee
2026-02-23config: format bools or ints gentlyDerrick Stolee
2026-02-23config: format bools gentlyDerrick Stolee
2026-02-23config: format int64s gentlyDerrick Stolee
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee
2026-02-23config: move show_all_config()Derrick Stolee
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt
2026-02-21pack-redundant: fix memory leak when open_pack_index() failsSahitya Chandra
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano
2026-02-20Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bitsJunio C Hamano
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu
2026-02-19hook: include hooks from the configAdrian Ratiu
2026-02-19hook: add "git hook list" commandEmily Shaffer
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood
2026-02-19pack-bitmap: deduplicate logic to iterate over preferred bitmap tipsPatrick Steinhardt
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren
2026-02-17format-patch: fix From header in cover letterMirko Faina
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano
2026-02-17Merge branch 'yt/merge-file-outside-a-repository'Junio C Hamano
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder
2026-02-17fetch: make filter_options local to cmd_fetch()Christian Couder
2026-02-17clone: make filter_options local to cmd_clone()Christian Couder
2026-02-17interactive -p: add new `--auto-advance` flagAbraham Samuel Adekunle
2026-02-17builtin/history: rename "--ref-action=" to "--update-refs="Patrick Steinhardt
2026-02-17builtin/history: replace "--ref-action=print" with "--dry-run"Patrick Steinhardt
2026-02-17builtin/history: check for merges before asking for user inputPatrick Steinhardt
2026-02-17builtin/history: perform revwalk checks before asking for user inputPatrick Steinhardt
2026-02-14repo: add new flag --keys to git-repo-infoLucas Seiki Oshiro
2026-02-14repo: rename the output format "keyvalue" to "lines"Lucas Seiki Oshiro
2026-02-13Merge branch 'sb/merge-ours-sparse'Junio C Hamano
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano
2026-02-13Merge branch 'tc/last-modified-not-a-tree'Junio C Hamano
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano
2026-02-12sparse-checkout: use string_list_sort_uAmisha Chhajed
2026-02-12builtin/fsck: fix flags passed to `odb_has_object()`Patrick Steinhardt
2026-02-12builtin/backfill: fix flags passed to `odb_has_object()`Patrick Steinhardt
2026-02-11Merge branch 'rs/blame-ignore-colors-fix'Junio C Hamano
2026-02-11Merge branch 'sp/show-index-warn-fallback'Junio C Hamano
2026-02-11builtin/pack-objects: don't fetch objects when merging packsPatrick Steinhardt
2026-02-10xdiff-interface: stop using the_repositoryRené Scharfe