Re: [PATCH] git-bisect.txt: clarify that reset finishes bisect

2013-02-11 Thread Michael J Gruber
Jonathan Nieder venit, vidit, dixit 10.02.2013 02:49: Hi, Michael J Gruber wrote: reset can be easily misunderstood as resetting a bisect session to its start without finishing it. Clarify that it actually finishes the bisect session. FWIW, Reviewed-by: Jonathan Nieder

[PATCH] git-bisect.txt: clarify that reset finishes bisect

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

Re: [PATCH] git-bisect.txt: clarify that reset finishes bisect

2013-02-09 Thread Junio C Hamano
Michael J Gruber g...@drmicha.warpmail.net writes: reset can be easily misunderstood as resetting a bisect session to its start without finishing it. Clarify that it actually finishes the bisect session. Reported-by: Andreas Mohr a...@lisas.de Signed-off-by: Michael J Gruber

Re: [PATCH] git-bisect.txt: clarify that reset finishes bisect

2013-02-09 Thread Andreas Mohr
Hi, On Sat, Feb 09, 2013 at 01:53:04PM -0800, Junio C Hamano wrote: Michael J Gruber g...@drmicha.warpmail.net writes: After a bisect session, to clean up the bisection state and return to -the original HEAD, issue the following command: +the original HEAD (i.e., to finish bisect), issue

Re: [PATCH] git-bisect.txt: clarify that reset finishes bisect

2013-02-09 Thread Junio C Hamano
Andreas Mohr a...@lisas.de writes: On Sat, Feb 09, 2013 at 01:53:04PM -0800, Junio C Hamano wrote: Michael J Gruber g...@drmicha.warpmail.net writes: After a bisect session, to clean up the bisection state and return to -the original HEAD, issue the following command: +the original HEAD

Re: [PATCH] git-bisect.txt: clarify that reset finishes bisect

2013-02-09 Thread Andreas Mohr
On Sat, Feb 09, 2013 at 03:35:35PM -0800, Junio C Hamano wrote: Andreas Mohr a...@lisas.de writes: The main point of my mail was to stretch the (whether actually intended) *perceived* start - stop symmetry Actually, in that sense, I do no think finish is exactly a good wording. The

Re: [PATCH] git-bisect.txt: clarify that reset finishes bisect

2013-02-09 Thread Jonathan Nieder
Hi, Michael J Gruber wrote: reset can be easily misunderstood as resetting a bisect session to its start without finishing it. Clarify that it actually finishes the bisect session. FWIW, Reviewed-by: Jonathan Nieder jrnie...@gmail.com Addressing Andreas's original concern about the