Thread (1 message) 1 message, 1 author, 2016-08-02

Re: [RFC/PATCH v11 07/13] bisect--helper: `bisect_reset` shell function in C

From: Junio C Hamano <hidden>
Date: 2016-08-02 18:45:03

Pranit Bauva [off-list ref] writes:
+	if (!file_exists(git_path_bisect_head())) {
+		struct argv_array argv = ARGV_ARRAY_INIT;
+		argv_array_pushl(&argv, "checkout", branch.buf, "--", NULL);
+		if (run_command_v_opt(argv.argv, RUN_GIT_CMD)) {
+			error(_("Could not check out original HEAD '%s'. Try "
+				"'git bisect reset <commit>'."), branch.buf);
Somebody seems to have a keen eye.  Looks much better with a space
after "Try" ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help