From 8db9307c9ca143fedaa972236054a5783c40bd37 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 30 Aug 2005 13:51:01 -0700 Subject: Documentaion updates. Mostly making the formatted html prettier. Signed-off-by: Junio C Hamano (cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit) --- Documentation/git-bisect-script.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Documentation/git-bisect-script.txt') 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 '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 ------ -- cgit v1.3