summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva2021-02-031-1/+26
|/
* Merge branch 'mr/bisect-in-c-3'Junio C Hamano2020-11-091-76/+111
|\
| * bisect--helper: retire `--bisect-autostart` subcommandPranit Bauva2020-10-161-9/+0
| * bisect--helper: retire `--write-terms` subcommandPranit Bauva2020-10-161-9/+1
| * bisect--helper: retire `--check-expected-revs` subcommandPranit Bauva2020-10-161-30/+0
| * bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva2020-10-161-1/+85
| * bisect--helper: retire `--next-all` subcommandPranit Bauva2020-10-161-8/+1
| * bisect--helper: retire `--bisect-clean-state` subcommandPranit Bauva2020-10-161-8/+0
| * bisect--helper: finish porting `bisect_start()` to CPranit Bauva2020-10-161-14/+27
* | Merge branch 'mr/bisect-in-c-2'Junio C Hamano2020-10-041-11/+258
|\ \ | |/
| * bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva2020-09-241-2/+178
| * bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva2020-09-241-1/+43
| * bisect--helper: introduce new `write_in_file()` functionMiriam Rubio2020-08-281-7/+36
| * bisect--helper: use '-res' in 'cmd_bisect__helper' returnMiriam Rubio2020-08-281-1/+1
| * bisect--helper: BUG() in cmd_*() on invalid subcommandMiriam Rubio2020-08-281-1/+1
* | Merge branch 'cc/bisect-start-fix'Junio C Hamano2020-10-041-7/+6
|\ \
| * | bisect: don't use invalid oid as rev when startingChristian Couder2020-09-251-7/+6
* | | bisect: swap command-line options in documentationHugo Locurcio2020-08-281-1/+1
| |/ |/|
* | Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-171-9/+14
|\ \
| * | bisect: introduce first-parent flagAaron Lipman2020-08-071-1/+8
| * | cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman2020-08-071-8/+6
* | | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-10/+10
|\ \ \
| * | | strvec: rename struct fieldsJeff King2020-07-301-2/+2