summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2022-11-15maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statementÆvar Arnfjörð Bjarmason1-2/+3
2022-11-14maintenance: add option to register in a specific configRonan Pigott1-13/+32
2022-11-14for-each-repo: interpolate repo path argumentsRonan Pigott1-1/+4
2022-11-14Doc: document push.recurseSubmodules=onlyJonathan Tan1-2/+10
2022-11-12merge-tree.c: allow specifying the merge-base when --stdin is passedKyle Zhao1-2/+19
2022-11-12merge-tree.c: add --merge-base=<commit> optionKyle Zhao1-11/+35
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin1-1/+1
2022-11-11bisect--helper: log: allow arbitrary number of argumentsĐoàn Trần Công Danh1-3/+1
2022-11-11bisect--helper: handle states directlyJohannes Schindelin1-19/+19
2022-11-11bisect--helper: emit usage for "git bisect"Ævar Arnfjörð Bjarmason1-15/+36
2022-11-11bisect--helper: identify as bisect when report errorĐoàn Trần Công Danh1-5/+8
2022-11-11bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh1-1/+1
2022-11-11bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh1-13/+11
2022-11-11bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh1-12/+15
2022-11-11bisect: refactor bisect_run() to match CodingGuidelinesÆvar Arnfjörð Bjarmason1-4/+3
2022-11-11Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtinTaylor Blau1-100/+129
2022-11-11bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh1-70/+17
2022-11-11bisect--helper: move all subcommands into their own functionsĐoàn Trần Công Danh1-34/+121
2022-11-11bisect--helper: remove unused optionsĐoàn Trần Công Danh1-6/+1
2022-11-10read-tree: use 'skip_cache_tree_update' optionVictoria Dye1-0/+4
2022-11-10reset: use 'skip_cache_tree_update' optionVictoria Dye1-0/+2
2022-11-10branch: gracefully handle '-d' on orphan HEADJeff King1-6/+3
2022-11-09rebase: stop exporting GIT_REFLOG_ACTIONPhillip Wood1-12/+15
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau11-226/+242
2022-11-08Merge branch 'es/mark-gc-cruft-as-experimental'Taylor Blau1-2/+5
2022-11-08submodule--helper: use OPT_SUBCOMMAND() APIÆvar Arnfjörð Bjarmason1-39/+37
2022-11-08submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"Ævar Arnfjörð Bjarmason1-3/+1
2022-11-08submodule--helper: remove --prefix from "absorbgitdirs"Ævar Arnfjörð Bjarmason1-3/+0
2022-11-08submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason2-8/+3
2022-11-08submodule--helper: fix a memory leak in "status"Ævar Arnfjörð Bjarmason1-3/+4
2022-11-08submodule--helper: move "config" to a test-toolÆvar Arnfjörð Bjarmason1-46/+0
2022-10-30Merge branch 'en/merge-tree-sequence'Taylor Blau1-3/+39
2022-10-30Merge branch 'ds/bundle-uri-3'Taylor Blau1-2/+3
2022-10-30Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau1-1/+1
2022-10-30Merge branch 'rj/branch-copy-rename-error-codepath-cleanup'Taylor Blau1-20/+8
2022-10-30Merge branch 'pw/rebase-reflog-fixes'Taylor Blau1-87/+59
2022-10-30Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau1-61/+83
2022-10-30Merge branch 'tb/shortlog-group'Taylor Blau2-27/+61
2022-10-30Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau1-61/+29
2022-10-30Merge branch 'jz/patch-id'Taylor Blau2-26/+81
2022-10-30replace and remove run_command_v_opt()René Scharfe7-26/+67
2022-10-30use child_process members "args" and "env" directlyRené Scharfe7-149/+135
2022-10-30use child_process member "args" instead of string array variableRené Scharfe3-32/+27
2022-10-30bisect--helper: factor out do_bisect_run()René Scharfe1-11/+11
2022-10-30am: simplify building "show" argument listRené Scharfe1-7/+4
2022-10-30merge: remove always-the-same "verbose" argumentsÆvar Arnfjörð Bjarmason1-8/+5
2022-10-28Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano1-0/+32
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano46-128/+270
2022-10-27Merge branch 'rj/branch-edit-desc-unborn' into maint-2.38Junio C Hamano1-2/+12
2022-10-27Merge branch 'ab/run-hook-api-cleanup'Junio C Hamano2-12/+27