X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-bisect-script.txt;h=b4531c6e6abf9627799fd8f4bdb1371ca3aaf89c;hb=06ec2b4bb4ab9096d1304ba5a2ec388078dcdf7f;hp=1b0345199c8961e18592d81014402b584b138cba;hpb=51017101c7a308745ba3c04944457f1dc6a55780;p=git.git diff --git a/Documentation/git-bisect-script.txt b/Documentation/git-bisect-script.txt index 1b034519..b4531c6e 100644 --- a/Documentation/git-bisect-script.txt +++ b/Documentation/git-bisect-script.txt @@ -12,6 +12,8 @@ SYNOPSIS 'git bisect' bad 'git bisect' good 'git bisect' reset [] +'git bisect' visualize + DESCRIPTION ----------- @@ -67,6 +69,12 @@ branches ("git bisect start" will do that for you too, actually: it will reset the bisection state, and before it does that it checks that you're not using some old bisection branch). +During the bisection process, you can say + + git bisect visualize + +to see the currently remaining suspects in `gitk`. + Author ------