summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
Commit message (Expand)AuthorAgeFilesLines
* Turn `git bisect` into a full built-inJohannes Schindelin2022-11-111-1451/+0
* bisect--helper: log: allow arbitrary number of argumentsĐoàn Trần Công Danh2022-11-111-3/+1
* bisect--helper: handle states directlyJohannes Schindelin2022-11-111-21/+21
* bisect--helper: emit usage for "git bisect"Ævar Arnfjörð Bjarmason2022-11-111-15/+36
* bisect--helper: identify as bisect when report errorĐoàn Trần Công Danh2022-11-111-5/+8
* bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh2022-11-111-1/+1
* bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh2022-11-111-13/+11
* bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh2022-11-111-12/+15
* bisect: refactor bisect_run() to match CodingGuidelinesÆvar Arnfjörð Bjarmason2022-11-111-4/+3
* Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtinTaylor Blau2022-11-111-100/+129
|\
| * bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh2022-11-111-70/+17
| * bisect--helper: move all subcommands into their own functionsĐoàn Trần Công Danh2022-11-111-34/+121
| * bisect--helper: remove unused optionsĐoàn Trần Công Danh2022-11-111-6/+1
* | replace and remove run_command_v_opt()René Scharfe2022-10-301-5/+10
* | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-19/+16
* | bisect--helper: factor out do_bisect_run()René Scharfe2022-10-301-11/+11
|/
* Merge branch 'rs/bisect-start-leakfix'Junio C Hamano2022-10-171-4/+3
|\
| * bisect--helper: plug strvec leakRené Scharfe2022-10-071-4/+3
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\ \
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-5/+7
|\ \ \ | |/ /
| * | refs: mark unused each_ref_fn parametersJeff King2022-08-191-5/+7
| |/
* | parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-1/+1
|/
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+2
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+2
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \
| * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | bisect: output bisect setup status in bisect logChris Down2022-05-111-5/+21
* | | bisect: output state before we are ready to compute bisectionChris Down2022-05-111-13/+40
| |/ |/|
* | Merge branch 'ac/usage-string-fixups'Junio C Hamano2022-03-061-1/+1
|\ \
| * | amend remaining usage strings according to style guideAbhradeep Chakraborty2022-02-231-1/+1
| |/
* | Merge branch 'rs/bisect-executable-not-found'Junio C Hamano2022-03-061-13/+74
|\ \
| * | bisect--helper: double-check run command on exit code 126 and 127René Scharfe2022-01-191-0/+63
| * | bisect--helper: release strbuf and strvec on run errorRené Scharfe2022-01-181-8/+10
| * | bisect--helper: report actual bisect_state() argument on errorRené Scharfe2022-01-181-5/+1
| |/
* | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-3/+3
|/
* bisect--helper: add space between colon and following sentenceBagas Sanjaya2021-10-011-1/+1
* bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio2021-09-131-7/+0
* bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane2021-09-131-0/+105
* bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva2021-09-131-1/+47
* *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+2
* bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones2021-04-301-0/+1
* Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano2021-03-191-1/+8
|\
| * bisect: peel annotated tags to commitsJeff King2021-03-171-1/+8
* | bisect--helper: retire `--check-and-set-terms` subcommandPranit Bauva2021-02-031-10/+0
* | bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva2021-02-031-1/+44
* | bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva2021-02-031-10/+0
* | bisect--helper: use `res` instead of return in BISECT_RESET case optionPranit Bauva2021-02-031-1/+2
* | bisect--helper: retire `--bisect-write` subcommandPranit Bauva2021-02-031-10/+0
* | bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva2021-02-031-1/+83