Thread (227 messages) 227 messages, 10 authors, 2019-01-07

Re: [PATCH v15 15/27] bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C

From: Pranit Bauva <hidden>
Date: 2017-01-01 17:41:17

Hey Stephan,

On Sun, Jan 1, 2017 at 9:57 PM, Stephan Beyer [off-list ref] wrote:
quoted
quoted
quoted
 int cmd_bisect__helper(int argc, const char **argv, const char *prefix)
@@ -643,6 +794,10 @@ int cmd_bisect__helper(int argc, const char **argv, const char *prefix)
                       N_("print out the bisect terms"), BISECT_TERMS),
              OPT_CMDMODE(0, "bisect-start", &cmdmode,
                       N_("start the bisect session"), BISECT_START),
+             OPT_CMDMODE(0, "bisect-next", &cmdmode,
+                      N_("find the next bisection commit"), BISECT_NEXT),
+             OPT_CMDMODE(0, "bisect-auto-next", &cmdmode,
+                      N_("verify the next bisection state then find the next bisection state"), BISECT_AUTO_NEXT),
The next bisection *state* is found?
checkout is more appropriate. I don't remember why I used "find".
"checkout the next bisection commit" maybe?
Seems better. Thanks!

Regards,
Pranit Bauva
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help