git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-bisect.txt: clarify that reset finishes bisect
@ 2013-02-09 19:47 Michael J Gruber
  2013-02-09 21:53 ` Junio C Hamano
  2013-02-10  1:49 ` Jonathan Nieder
  0 siblings, 2 replies; 9+ messages in thread
From: Michael J Gruber @ 2013-02-09 19:47 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Andreas Mohr

"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 <andi@lisas.de>
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
 Documentation/git-bisect.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index b4831bb..d50bd89 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -83,7 +83,7 @@ Bisect reset
 ~~~~~~~~~~~~
 
 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 the following command:
 
 ------------------------------------------------
 $ git bisect reset
-- 
1.8.1.2.752.g32d147e

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-11  8:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 19:47 [PATCH] git-bisect.txt: clarify that reset finishes bisect Michael J Gruber
2013-02-09 21:53 ` Junio C Hamano
2013-02-09 23:24   ` Andreas Mohr
2013-02-09 23:35     ` Junio C Hamano
2013-02-10  0:23       ` Andreas Mohr
2013-02-10  1:49 ` Jonathan Nieder
2013-02-11  8:04   ` Michael J Gruber
2013-02-11  8:35     ` [PATCHv2] git-bisect.txt: clarify that reset quits bisect Michael J Gruber
2013-02-11  8:39       ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).