summaryrefslogtreecommitdiffstats
path: root/builtin/bisect--helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-7/+36
| * bisect--helper: use '-res' in 'cmd_bisect__helper' returnMiriam Rubio2020-08-291-1/+1
| * bisect--helper: BUG() in cmd_*() on invalid subcommandMiriam Rubio2020-08-291-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-181-9/+14
|\ \
| * | bisect: introduce first-parent flagAaron Lipman2020-08-081-1/+8
| * | cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman2020-08-081-8/+6
* | | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-10/+10
|\ \ \
| * | | strvec: rename struct fieldsJeff King2020-07-311-2/+2
| * | | strvec: fix indentation in renamed callsJeff King2020-07-291-1/+1
| * | | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-6/+6
| * | | strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
| |/ /
* / / bisect: treat BISECT_HEAD as a pseudo refHan-Wen Nienhuys2020-07-101-2/+1
|/ /
* | Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano2020-06-091-4/+9
|\ \
| * | bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón2020-05-241-4/+9
* | | bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva2020-02-191-1/+10
* | | bisect--helper: return error codes from `cmd_bisect__helper()`Pranit Bauva2020-02-191-1/+1
* | | bisect--helper: introduce new `decide_next()` functionTanushree Tumane2020-02-191-32/+34
* | | bisect--helper: change `retval` to `res`Tanushree Tumane2020-02-191-26/+26
* | | bisect--helper: convert `vocab_*` char pointers to char arraysMiriam Rubio2020-02-191-2/+2
| |/ |/|
* | Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano2019-12-251-2/+2
|\ \
| * | bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane2019-12-171-2/+2
* | | Merge branch 'mr/bisect-use-after-free'Junio C Hamano2019-12-251-3/+4
|\ \ \ | |/ / |/| |
| * | bisect--helper: avoid use-after-freeTanushree Tumane2019-12-111-3/+4
* | | bisect--helper: verify HEAD could be parsed before continuingJohannes Schindelin2019-05-281-1/+4
|/ /
* | Fix typos in translatable strings for v2.21.0Jean-Noël Avila2019-02-111-2/+2
* | Merge branch 'tt/bisect-in-c'Junio C Hamano2019-02-071-4/+559
|\|
| * bisect--helper: `bisect_start` shell function partially in CPranit Bauva2019-01-021-2/+228
| * bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva2019-01-021-2/+60
| * bisect--helper: `bisect_next_check` shell function in CPranit Bauva2019-01-021-1/+87
| * bisect--helper: `check_and_set_terms` shell function in CPranit Bauva2019-01-021-1/+38
| * bisect--helper: `bisect_write` shell function in CPranit Bauva2019-01-021-3/+102
| * bisect--helper: `bisect_reset` shell function in CPranit Bauva2019-01-021-1/+50
* | bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-1/+1
|/
* bisect: mention "view" as an alternative to "visualize"Robert P. J. Day2017-11-131-1/+1
* bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva2017-10-061-1/+33
* bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-061-1/+9