summaryrefslogtreecommitdiff
path: root/Documentation/git-bisect-script.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-08-30 13:51:01 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-30 13:55:34 -0700
commit8db9307c9ca143fedaa972236054a5783c40bd37 (patch)
tree714f245e49ec7229a4ba7aff2bc396db6f1f5140 /Documentation/git-bisect-script.txt
parent'git bisect visualize' (diff)
downloadtgif-8db9307c9ca143fedaa972236054a5783c40bd37.tar.xz
Documentaion updates.
Mostly making the formatted html prettier. Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit)
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
------