summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
AgeCommit message (Expand)Author
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
2019-01-02bisect--helper: `bisect_start` shell function partially in CPranit Bauva
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva
2019-01-02bisect--helper: `bisect_next_check` shell function in CPranit Bauva
2019-01-02bisect--helper: `check_and_set_terms` shell function in CPranit Bauva
2019-01-02bisect--helper: `bisect_write` shell function in CPranit Bauva
2019-01-02bisect--helper: `bisect_reset` shell function in CPranit Bauva
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2017-11-13bisect: mention "view" as an alternative to "visualize"Robert P. J. Day
2017-10-06bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva
2017-10-06bisect--helper: `write_terms` shell function in CPranit Bauva
2017-10-06bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva
2017-10-06bisect--helper: use OPT_CMDMODE instead of OPT_BOOLPranit Bauva
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2012-08-20i18n: bisect--helper: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-08-04bisect: introduce support for --no-checkout option.Jon Seymour
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds