X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=39fa665d9d6ee7700adc7bb84cb09c517b38cfa0;hb=ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28;hp=ae438761b258b805313b2ec8e55dc4ac19405b60;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index ae438761..39fa665d 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,16 +76,25 @@ During the bisection process, you can say to see the currently remaining suspects in `gitk`. +The good/bad input 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 ------ Written by Linus Torvalds Documentation --------------- +------------- Documentation by Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite