summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
AgeCommit message (Expand)Author
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
2021-02-03bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva
2020-11-09Merge branch 'mr/bisect-in-c-3'Junio C Hamano
2020-10-16bisect--helper: retire `--bisect-autostart` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--write-terms` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--check-expected-revs` subcommandPranit Bauva
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva
2020-10-16bisect--helper: retire `--next-all` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--bisect-clean-state` subcommandPranit Bauva
2020-10-16bisect--helper: finish porting `bisect_start()` to CPranit Bauva
2020-10-04Merge branch 'mr/bisect-in-c-2'Junio C Hamano
2020-10-04Merge branch 'cc/bisect-start-fix'Junio C Hamano
2020-09-25bisect: don't use invalid oid as rev when startingChristian Couder
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva
2020-09-24bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva
2020-08-28bisect--helper: introduce new `write_in_file()` functionMiriam Rubio
2020-08-28bisect--helper: use '-res' in 'cmd_bisect__helper' returnMiriam Rubio
2020-08-28bisect--helper: BUG() in cmd_*() on invalid subcommandMiriam Rubio
2020-08-28bisect: swap command-line options in documentationHugo Locurcio
2020-08-18Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-08-07bisect: introduce first-parent flagAaron Lipman
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-10bisect: treat BISECT_HEAD as a pseudo refHan-Wen Nienhuys
2020-06-09Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva
2020-02-19bisect--helper: return error codes from `cmd_bisect__helper()`Pranit Bauva
2020-02-19bisect--helper: introduce new `decide_next()` functionTanushree Tumane
2020-02-19bisect--helper: change `retval` to `res`Tanushree Tumane
2020-02-19bisect--helper: convert `vocab_*` char pointers to char arraysMiriam Rubio
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano
2019-12-25Merge branch 'mr/bisect-use-after-free'Junio C Hamano
2019-12-17bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane
2019-12-11bisect--helper: avoid use-after-freeTanushree Tumane
2019-05-28bisect--helper: verify HEAD could be parsed before continuingJohannes Schindelin
2019-02-11Fix typos in translatable strings for v2.21.0Jean-Noël Avila
2019-02-07Merge branch 'tt/bisect-in-c'Junio C Hamano