summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
AgeCommit message (Expand)Author
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin
2022-11-11bisect--helper: log: allow arbitrary number of argumentsĐoàn Trần Công Danh
2022-11-11bisect--helper: handle states directlyJohannes Schindelin
2022-11-11bisect--helper: emit usage for "git bisect"Ævar Arnfjörð Bjarmason
2022-11-11bisect--helper: identify as bisect when report errorĐoàn Trần Công Danh
2022-11-11bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh
2022-11-11bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh
2022-11-11bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh
2022-11-11bisect: refactor bisect_run() to match CodingGuidelinesÆvar Arnfjörð Bjarmason
2022-11-11Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtinTaylor Blau
2022-11-11bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh
2022-11-11bisect--helper: move all subcommands into their own functionsĐoàn Trần Công Danh
2022-11-11bisect--helper: remove unused optionsĐoàn Trần Công Danh
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-30bisect--helper: factor out do_bisect_run()René Scharfe
2022-10-17Merge branch 'rs/bisect-start-leakfix'Junio C Hamano
2022-10-07bisect--helper: plug strvec leakRené Scharfe
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-11bisect: output bisect setup status in bisect logChris Down
2022-05-11bisect: output state before we are ready to compute bisectionChris Down
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-07Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-07Merge branch 'rs/bisect-executable-not-found'Junio C Hamano
2022-02-23amend remaining usage strings according to style guideAbhradeep Chakraborty
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe
2022-01-19bisect--helper: release strbuf and strvec on run errorRené Scharfe
2022-01-19bisect--helper: report actual bisect_state() argument on errorRené Scharfe
2021-10-01bisect--helper: add space between colon and following sentenceBagas Sanjaya
2021-09-13bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio
2021-09-13bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane
2021-09-13bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano
2021-03-17bisect: peel annotated tags to commitsJeff King
2021-02-03bisect--helper: retire `--check-and-set-terms` subcommandPranit Bauva
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva
2021-02-03bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva
2021-02-03bisect--helper: use `res` instead of return in BISECT_RESET case optionPranit Bauva
2021-02-03bisect--helper: retire `--bisect-write` subcommandPranit Bauva
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva