From b595ed1478e6240593df4c927c4a240575f53d44 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 10 Sep 2005 15:23:09 -0700 Subject: Add 'git bisect replay/log' documentation. ... lest I get yelled at by a very angry scm ;-). Signed-off-by: Junio C Hamano --- Documentation/git-bisect.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Documentation/git-bisect.txt') diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index ae438761b2..f10df535a5 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -13,7 +13,8 @@ SYNOPSIS 'git bisect' good 'git bisect' reset [] 'git bisect' visualize - +'git bisect' replay +'git bisect' log DESCRIPTION ----------- @@ -75,6 +76,15 @@ During the bisection process, you can say 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 ------ -- cgit v1.2.3