summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-02bisect--helper: `get_terms` & `bisect_terms` shell function in CLibravatar Pranit Bauva1-2/+60
2019-01-02bisect--helper: `bisect_next_check` shell function in CLibravatar Pranit Bauva1-1/+87
2019-01-02bisect--helper: `check_and_set_terms` shell function in CLibravatar Pranit Bauva1-1/+38
2019-01-02bisect--helper: `bisect_write` shell function in CLibravatar Pranit Bauva1-3/+102
2019-01-02bisect--helper: `bisect_reset` shell function in CLibravatar Pranit Bauva1-1/+50
2018-11-12bisect.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-11-13bisect: mention "view" as an alternative to "visualize"Libravatar Robert P. J. Day1-1/+1
2017-10-06bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CLibravatar Pranit Bauva1-1/+33
2017-10-06bisect--helper: `bisect_clean_state` shell function in CLibravatar Pranit Bauva1-1/+9
2017-10-06bisect--helper: `write_terms` shell function in CLibravatar Pranit Bauva1-7/+29
2017-10-06bisect--helper: rewrite `check_term_format` shell function in CLibravatar Pranit Bauva1-1/+59
2017-10-06bisect--helper: use OPT_CMDMODE instead of OPT_BOOLLibravatar Pranit Bauva1-6/+11
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-4/+4
2012-08-20i18n: bisect--helper: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2011-08-04bisect: introduce support for --no-checkout option.Libravatar Jon Seymour1-2/+5
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+28