Merge branch 'master' of .
[git.git] / Documentation / git-bisect-script.txt
index 1b03451..b4531c6 100644 (file)
@@ -12,6 +12,8 @@ SYNOPSIS
 'git bisect' bad <rev>
 'git bisect' good <rev>
 'git bisect' reset [<branch>]
+'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
 ------