Michael J Gruber wrote:

> --- a/Documentation/git-bisect.txt
> +++ b/Documentation/git-bisect.txt
[...]
> @@ -284,6 +284,7 @@ EXAMPLES
>  ------------
>  $ git bisect start HEAD v1.2 --      # HEAD is bad, v1.2 is good
>  $ git bisect run make                # "make" builds the app
> +$ git bisect reset                   # quit the bisect session

I had forgotten that "git bisect run" ends in a bisecting state.
Good call.

Reviewed-by: Jonathan Nieder <jrnie...@gmail.com>

Thanks,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to