aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/bisect--helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin1-1451/+0
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-21/+21
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-10-30replace and remove run_command_v_opt()René Scharfe1-5/+10
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-19/+16
2022-10-30bisect--helper: factor out do_bisect_run()René Scharfe1-11/+11
2022-10-17Merge branch 'rs/bisect-start-leakfix'Junio C Hamano1-4/+3
2022-10-07bisect--helper: plug strvec leakRené Scharfe1-4/+3
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-6/+6
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-5/+7
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-6/+6
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-5/+7
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor1-1/+1
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-0/+2
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-1/+1
2022-05-11bisect: output bisect setup status in bisect logChris Down1-5/+21
2022-05-11bisect: output state before we are ready to compute bisectionChris Down1-13/+40
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+2
2022-03-06Merge branch 'ac/usage-string-fixups'Junio C Hamano1-1/+1
2022-03-06Merge branch 'rs/bisect-executable-not-found'Junio C Hamano1-13/+74
2022-02-23amend remaining usage strings according to style guideAbhradeep Chakraborty1-1/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-3/+3
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe1-0/+63
2022-01-18bisect--helper: release strbuf and strvec on run errorRené Scharfe1-8/+10
2022-01-18bisect--helper: report actual bisect_state() argument on errorRené Scharfe1-5/+1
2021-10-01bisect--helper: add space between colon and following sentenceBagas Sanjaya1-1/+1
2021-09-13bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio1-7/+0
2021-09-13bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane1-0/+105
2021-09-13bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva1-1/+47
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+2
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones1-0/+1
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano1-1/+8
2021-03-17bisect: peel annotated tags to commitsJeff King1-1/+8
2021-02-03bisect--helper: retire `--check-and-set-terms` subcommandPranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva1-1/+44
2021-02-03bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva1-10/+0
2021-02-03bisect--helper: use `res` instead of return in BISECT_RESET case optionPranit Bauva1-1/+2
2021-02-03bisect--helper: retire `--bisect-write` subcommandPranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva1-1/+83