summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | strvec: fix indentation in renamed callsJeff King2020-07-281-1/+1
| * | | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-6/+6
| * | | strvec: rename files from argv-array to strvecJeff King2020-07-281-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-081-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-061-4/+559
|\ \ | |/