X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=f10df535a5b31d195bd53b46c460ec0891f1d0ea;hb=ee6566e8d70da682ac4926dd8a67ac821b2c1743;hp=ae438761b258b805313b2ec8e55dc4ac19405b60;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index ae438761..f10df535 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 ------