Show patches with: Submitter = Miriam R.       |    State = Action Required       |   167 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,03/12] bisect: use the standard 'if (!var)' way to check for 0 Finish converting git bisect to C part 1 - - - --- 2020-02-17 Miriam R. New
[v4,02/12] bisect--helper: change `retval` to `res` Finish converting git bisect to C part 1 - - - --- 2020-02-17 Miriam R. New
[v4,01/12] bisect--helper: convert `vocab_*` char pointers to char arrays Finish converting git bisect to C part 1 - - - --- 2020-02-17 Miriam R. New
[v3,13/13] bisect: libify `bisect_next_all` Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,12/13] bisect: libify `handle_bad_merge_base` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,11/13] bisect: libify `check_good_are_ancestors_of_bad` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,10/13] bisect: libify `check_merge_bases` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,09/13] bisect: libify `bisect_checkout` Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,08/13] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,07/13] bisect--helper: return error codes from `cmd_bisect__helper()` Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,06/13] bisect: add enum to represent bisect returning codes Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,05/13] bisect--helper: introduce new `decide_next()` function Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,04/13] run-command: make `exists_in_PATH()` non-static Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,03/13] bisect: use the standard 'if (!var)' way to check for 0 Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,02/13] bisect--helper: change `retval` to `res` Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v3,01/13] bisect--helper: convert `vocab_*` char pointers to char arrays Finish converting git bisect to C part 1 - - - --- 2020-02-08 Miriam R. New
[v2,11/11] bisect: libify `bisect_next_all` Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,10/11] bisect: libify `handle_bad_merge_base` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,09/11] bisect: libify `check_good_are_ancestors_of_bad` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,08/11] bisect: libify `check_merge_bases` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,07/11] bisect: libify `bisect_checkout` Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,06/11] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,05/11] bisect--helper: introduce new `decide_next()` function Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,04/11] run-command: make `exists_in_PATH()` non-static Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,03/11] bisect: use the standard 'if (!var)' way to check for 0 Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,02/11] bisect--helper: change `retval` to `res` Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[v2,01/11] bisect--helper: convert `vocab_*` char pointers to char arrays Finish converting git bisect to C part 1 - - - --- 2020-01-28 Miriam R. New
[29/29] bisect--helper: reimplement `bisect_run` shell function in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[28/29] bisect--helper: reimplement `bisect_visualize()`shell function in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[27/29] bisect--helper: retire `--check-and-set-terms` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[26/29] bisect--helper: reimplement `bisect_skip` shell function in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[25/29] bisect--helper: retire `--bisect-auto-next` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[24/29] bisect--helper: retire `--bisect-autostart` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[23/29] bisect--helper: use `res` instead of return in BISECT_RESET case option Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[22/29] bisect--helper: retire `--bisect-write` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[21/29] bisect--helper: reimplement `bisect_replay` shell function in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[20/29] bisect--helper: reimplement `bisect_log` shell function in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[19/29] bisect--helper: retire `--write-terms` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[18/29] bisect--helper: retire `--check-expected-revs` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[17/29] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[16/29] bisect--helper: reimplement `bisect_autostart` shell function in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[15/29] bisect--helper: retire `--next-all` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[14/29] bisect--helper: retire `--bisect-clean-state` subcommand Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[13/29] bisect--helper: finish porting `bisect_start()` to C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[12/29] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[11/29] bisect: libify `bisect_next_all` Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[10/29] bisect: libify `handle_bad_merge_base` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[09/29] bisect: libify `check_good_are_ancestors_of_bad` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[08/29] bisect: libify `check_merge_bases` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[07/29] bisect: libify `bisect_checkout` Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[06/29] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[05/29] bisect--helper: introduce new `decide_next()` function Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[04/29] run-command: make `exists_in_PATH()` non-static Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[03/29] bisect: use the standard 'if (!var)' way to check for 0 Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[02/29] bisect--helper: change `retval` to `res` Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[01/29] bisect--helper: convert `vocab_*` char pointers to char arrays Finish converting git bisect to C part 1 - - - --- 2020-01-20 Miriam R. New
[Outreachy] bisect--helper: change `retval` to `res` [Outreachy] bisect--helper: change `retval` to `res` - - - --- 2019-12-16 Miriam R. New
[Outreachy,v2] bisect--helper: convert `*_warning` char pointers to char arrays. [Outreachy,v2] bisect--helper: convert `*_warning` char pointers to char arrays. - - - --- 2019-12-14 Miriam R. New
[Outreachy] bisect--helper: convert `*_warning` char pointers to char arrays. [Outreachy] bisect--helper: convert `*_warning` char pointers to char arrays. - - - --- 2019-12-13 Miriam R. New
[Outreachy,v3] bisect--helper: avoid use-after-free [Outreachy,v3] bisect--helper: avoid use-after-free 1 - - --- 2019-12-11 Miriam R. New
[Outreachy,v2] bisect--helper: avoid free-after-use [Outreachy,v2] bisect--helper: avoid free-after-use - - - --- 2019-12-09 Miriam R. New
[Outreachy,v2] bisect--helper: avoid free-after-use [Outreachy,v2] bisect--helper: avoid free-after-use - - - --- 2019-12-09 Miriam R. New
[Outreachy] bisect--helper: avoid free-after-use [Outreachy] bisect--helper: avoid free-after-use - - - --- 2019-12-09 Miriam R. New
[Outreachy] bisect--helper: refer branch.buf before strbuf_release(...) [Outreachy] bisect--helper: refer branch.buf before strbuf_release(...) - - - --- 2019-12-08 Miriam R. New
[Outreachy] clone: rename static function `dir_exists()`. [Outreachy] clone: rename static function `dir_exists()`. - - - --- 2019-10-28 Miriam R. New
[Outreachy] dir: add new function `path_exists()` [Outreachy] dir: add new function `path_exists()` - 1 - --- 2019-10-27 Miriam R. New
[Outreachy] abspath: reconcile `dir_exists()` and `is_directory()` [Outreachy] abspath: reconcile `dir_exists()` and `is_directory()` - - - --- 2019-10-24 Miriam R. New
« 1 2 »