Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-bisect-script.txt')
-rw-r--r--Documentation/git-bisect-script.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-bisect-script.txt b/Documentation/git-bisect-script.txt
index 1b0345199c..b4531c6e6a 100644
--- a/Documentation/git-bisect-script.txt
+++ b/Documentation/git-bisect-script.txt
@@ -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
------