Age | Commit message (Expand) | Author | Files | Lines |
2020-11-09 | Merge branch 'mr/bisect-in-c-3' | Junio C Hamano | 1 | -76/+111 |
2020-10-16 | bisect--helper: retire `--bisect-autostart` subcommand | Pranit Bauva | 1 | -9/+0 |
2020-10-16 | bisect--helper: retire `--write-terms` subcommand | Pranit Bauva | 1 | -9/+1 |
2020-10-16 | bisect--helper: retire `--check-expected-revs` subcommand | Pranit Bauva | 1 | -30/+0 |
2020-10-16 | bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C | Pranit Bauva | 1 | -1/+85 |
2020-10-16 | bisect--helper: retire `--next-all` subcommand | Pranit Bauva | 1 | -8/+1 |
2020-10-16 | bisect--helper: retire `--bisect-clean-state` subcommand | Pranit Bauva | 1 | -8/+0 |
2020-10-16 | bisect--helper: finish porting `bisect_start()` to C | Pranit Bauva | 1 | -14/+27 |
2020-10-04 | Merge branch 'mr/bisect-in-c-2' | Junio C Hamano | 1 | -11/+258 |
2020-10-04 | Merge branch 'cc/bisect-start-fix' | Junio C Hamano | 1 | -7/+6 |
2020-09-25 | bisect: don't use invalid oid as rev when starting | Christian Couder | 1 | -7/+6 |
2020-09-24 | bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi... | Pranit Bauva | 1 | -2/+178 |
2020-09-24 | bisect--helper: reimplement `bisect_autostart` shell function in C | Pranit Bauva | 1 | -1/+43 |
2020-08-28 | bisect--helper: introduce new `write_in_file()` function | Miriam Rubio | 1 | -7/+36 |
2020-08-28 | bisect--helper: use '-res' in 'cmd_bisect__helper' return | Miriam Rubio | 1 | -1/+1 |
2020-08-28 | bisect--helper: BUG() in cmd_*() on invalid subcommand | Miriam Rubio | 1 | -1/+1 |
2020-08-28 | bisect: swap command-line options in documentation | Hugo Locurcio | 1 | -1/+1 |
2020-08-17 | Merge branch 'al/bisect-first-parent' | Junio C Hamano | 1 | -9/+14 |
2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -10/+10 |
2020-08-07 | bisect: introduce first-parent flag | Aaron Lipman | 1 | -1/+8 |
2020-08-07 | cmd_bisect__helper: defer parsing no-checkout flag | Aaron Lipman | 1 | -8/+6 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -2/+2 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -6/+6 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-07-10 | bisect: treat BISECT_HEAD as a pseudo ref | Han-Wen Nienhuys | 1 | -2/+1 |
2020-06-08 | Merge branch 'cb/bisect-helper-parser-fix' | Junio C Hamano | 1 | -4/+9 |
2020-05-24 | bisect--helper: avoid segfault with bad syntax in `start --term-*` | Carlo Marcelo Arenas Belón | 1 | -4/+9 |
2020-02-19 | bisect: libify `check_good_are_ancestors_of_bad` and its dependents | Pranit Bauva | 1 | -1/+10 |
2020-02-19 | bisect--helper: return error codes from `cmd_bisect__helper()` | Pranit Bauva | 1 | -1/+1 |
2020-02-19 | bisect--helper: introduce new `decide_next()` function | Tanushree Tumane | 1 | -32/+34 |
2020-02-19 | bisect--helper: change `retval` to `res` | Tanushree Tumane | 1 | -26/+26 |
2020-02-19 | bisect--helper: convert `vocab_*` char pointers to char arrays | Miriam Rubio | 1 | -2/+2 |
2019-12-25 | Merge branch 'mr/bisect-save-pointer-to-const-string' | Junio C Hamano | 1 | -2/+2 |
2019-12-25 | Merge branch 'mr/bisect-use-after-free' | Junio C Hamano | 1 | -3/+4 |
2019-12-17 | bisect--helper: convert `*_warning` char pointers to char arrays. | Tanushree Tumane | 1 | -2/+2 |
2019-12-11 | bisect--helper: avoid use-after-free | Tanushree Tumane | 1 | -3/+4 |
2019-05-28 | bisect--helper: verify HEAD could be parsed before continuing | Johannes Schindelin | 1 | -1/+4 |
2019-02-11 | Fix typos in translatable strings for v2.21.0 | Jean-Noël Avila | 1 | -2/+2 |
2019-02-06 | Merge branch 'tt/bisect-in-c' | Junio C Hamano | 1 | -4/+559 |
2019-01-02 | bisect--helper: `bisect_start` shell function partially in C | Pranit Bauva | 1 | -2/+228 |
2019-01-02 | bisect--helper: `get_terms` & `bisect_terms` shell function in C | Pranit Bauva | 1 | -2/+60 |
2019-01-02 | bisect--helper: `bisect_next_check` shell function in C | Pranit Bauva | 1 | -1/+87 |
2019-01-02 | bisect--helper: `check_and_set_terms` shell function in C | Pranit Bauva | 1 | -1/+38 |
2019-01-02 | bisect--helper: `bisect_write` shell function in C | Pranit Bauva | 1 | -3/+102 |
2019-01-02 | bisect--helper: `bisect_reset` shell function in C | Pranit Bauva | 1 | -1/+50 |
2018-11-12 | bisect.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-11-13 | bisect: mention "view" as an alternative to "visualize" | Robert P. J. Day | 1 | -1/+1 |
2017-10-06 | bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C | Pranit Bauva | 1 | -1/+33 |
2017-10-06 | bisect--helper: `bisect_clean_state` shell function in C | Pranit Bauva | 1 | -1/+9 |