[PATCHv2] git-bisect.txt: clarify that reset quits bisect

2013-02-11 Thread Michael J Gruber
reset can be easily misunderstood as resetting a bisect session to its start without finishing it. Clarify that it actually quits the bisect session. Reported-by: Andreas Mohr a...@lisas.de Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Documentation/git-bisect.txt | 7 ++- 1

Re: [PATCHv2] git-bisect.txt: clarify that reset quits bisect

2013-02-11 Thread Jonathan Nieder
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