summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e204de2)
raw | patch | inline | side by side (parent: e204de2)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 10 Sep 2005 22:23:09 +0000 (15:23 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 10 Sep 2005 22:23:09 +0000 (15:23 -0700) |
... lest I get yelled at by a very angry scm ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-bisect.txt | patch | blob | history |
index ae438761b258b805313b2ec8e55dc4ac19405b60..f10df535a5b31d195bd53b46c460ec0891f1d0ea 100644 (file)
'git bisect' good <rev>
'git bisect' reset [<branch>]
'git bisect' visualize
-
+'git bisect' replay <logfile>
+'git bisect' log
DESCRIPTION
-----------
to see the currently remaining suspects in `gitk`.
+The good/bad you told the command is logged, and `git bisect
+log` shows what you have done so far. You can truncate its
+output somewhere and save it in a file, and run
+
+ git bisect replay that-file
+
+if you find later you made a mistake telling good/bad about a
+revision.
+
Author
------