summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Libravatar Junio C Hamano1-1/+8
2021-03-17bisect: peel annotated tags to commitsLibravatar Jeff King1-1/+8
2021-02-03bisect--helper: retire `--check-and-set-terms` subcommandLibravatar Pranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_skip` shell function in CLibravatar Pranit Bauva1-1/+44
2021-02-03bisect--helper: retire `--bisect-auto-next` subcommandLibravatar Pranit Bauva1-10/+0
2021-02-03bisect--helper: use `res` instead of return in BISECT_RESET case optionLibravatar Pranit Bauva1-1/+2
2021-02-03bisect--helper: retire `--bisect-write` subcommandLibravatar Pranit Bauva1-10/+0
2021-02-03bisect--helper: reimplement `bisect_replay` shell function in CLibravatar Pranit Bauva1-1/+83
2021-02-03bisect--helper: reimplement `bisect_log` shell function in CLibravatar Pranit Bauva1-1/+26
2020-11-09Merge branch 'mr/bisect-in-c-3'Libravatar Junio C Hamano1-76/+111
2020-10-16bisect--helper: retire `--bisect-autostart` subcommandLibravatar Pranit Bauva1-9/+0
2020-10-16bisect--helper: retire `--write-terms` subcommandLibravatar Pranit Bauva1-9/+1
2020-10-16bisect--helper: retire `--check-expected-revs` subcommandLibravatar Pranit Bauva1-30/+0
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CLibravatar Pranit Bauva1-1/+85
2020-10-16bisect--helper: retire `--next-all` subcommandLibravatar Pranit Bauva1-8/+1
2020-10-16bisect--helper: retire `--bisect-clean-state` subcommandLibravatar Pranit Bauva1-8/+0
2020-10-16bisect--helper: finish porting `bisect_start()` to CLibravatar Pranit Bauva1-14/+27
2020-10-04Merge branch 'mr/bisect-in-c-2'Libravatar Junio C Hamano1-11/+258
2020-10-04Merge branch 'cc/bisect-start-fix'Libravatar Junio C Hamano1-7/+6
2020-09-25bisect: don't use invalid oid as rev when startingLibravatar Christian Couder1-7/+6
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Libravatar Pranit Bauva1-2/+178
2020-09-24bisect--helper: reimplement `bisect_autostart` shell function in CLibravatar Pranit Bauva1-1/+43
2020-08-28bisect--helper: introduce new `write_in_file()` functionLibravatar Miriam Rubio1-7/+36
2020-08-28bisect--helper: use '-res' in 'cmd_bisect__helper' returnLibravatar Miriam Rubio1-1/+1
2020-08-28bisect--helper: BUG() in cmd_*() on invalid subcommandLibravatar Miriam Rubio1-1/+1
2020-08-28bisect: swap command-line options in documentationLibravatar Hugo Locurcio1-1/+1
2020-08-17Merge branch 'al/bisect-first-parent'Libravatar Junio C Hamano1-9/+14
2020-08-10Merge branch 'jk/strvec'Libravatar Junio C Hamano1-10/+10
2020-08-07bisect: introduce first-parent flagLibravatar Aaron Lipman1-1/+8
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagLibravatar Aaron Lipman1-8/+6
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-2/+2
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-1/+1
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-6/+6
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-07-10bisect: treat BISECT_HEAD as a pseudo refLibravatar Han-Wen Nienhuys1-2/+1
2020-06-08Merge branch 'cb/bisect-helper-parser-fix'Libravatar Junio C Hamano1-4/+9
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Libravatar Carlo Marcelo Arenas Belón1-4/+9
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsLibravatar Pranit Bauva1-1/+10
2020-02-19bisect--helper: return error codes from `cmd_bisect__helper()`Libravatar Pranit Bauva1-1/+1
2020-02-19bisect--helper: introduce new `decide_next()` functionLibravatar Tanushree Tumane1-32/+34
2020-02-19bisect--helper: change `retval` to `res`Libravatar Tanushree Tumane1-26/+26
2020-02-19bisect--helper: convert `vocab_*` char pointers to char arraysLibravatar Miriam Rubio1-2/+2
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Libravatar Junio C Hamano1-2/+2
2019-12-25Merge branch 'mr/bisect-use-after-free'Libravatar Junio C Hamano1-3/+4
2019-12-17bisect--helper: convert `*_warning` char pointers to char arrays.Libravatar Tanushree Tumane1-2/+2
2019-12-11bisect--helper: avoid use-after-freeLibravatar Tanushree Tumane1-3/+4
2019-05-28bisect--helper: verify HEAD could be parsed before continuingLibravatar Johannes Schindelin1-1/+4
2019-02-11Fix typos in translatable strings for v2.21.0Libravatar Jean-Noël Avila1-2/+2
2019-02-06Merge branch 'tt/bisect-in-c'Libravatar Junio C Hamano1-4/+559
2019-01-02bisect--helper: `bisect_start` shell function partially in CLibravatar Pranit Bauva1-2/+228