summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ | |/
| * bisect--helper: `bisect_start` shell function partially in CPranit Bauva2019-01-021-2/+228
| * bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva2019-01-021-2/+60
| * bisect--helper: `bisect_next_check` shell function in CPranit Bauva2019-01-021-1/+87
| * bisect--helper: `check_and_set_terms` shell function in CPranit Bauva2019-01-021-1/+38
| * bisect--helper: `bisect_write` shell function in CPranit Bauva2019-01-021-3/+102
| * bisect--helper: `bisect_reset` shell function in CPranit Bauva2019-01-021-1/+50
* | bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-1/+1
|/
* bisect: mention "view" as an alternative to "visualize"rd/bisect-view-is-visualizeRobert P. J. Day2017-11-131-1/+1
* bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in Cpb/bisect-helperPranit Bauva2017-10-061-1/+33
* bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-061-1/+9
* bisect--helper: `write_terms` shell function in CPranit Bauva2017-10-061-7/+29
* bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva2017-10-061-1/+59
* bisect--helper: use OPT_CMDMODE instead of OPT_BOOLPranit Bauva2017-10-061-6/+11
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-4/+4
* i18n: bisect--helper: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-3/+3
* bisect: introduce support for --no-checkout option.Jon Seymour2011-08-041-2/+5
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+28