diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-08-30 14:33:27 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-08-30 14:33:27 -0700 |
| commit | fc1a4207b025ddd79d6383ed06f786c8a6f03289 (patch) | |
| tree | 1e7e02a37ea93dfd0905349bfbbc928df8ce917d /Documentation/git-bisect-script.txt | |
| parent | b758087a02ebf310cd3c97e7efa77794be8ef410 (diff) | |
| parent | 5da22bc14b6a8329c181067ad8a8b383dab512fc (diff) | |
| download | git-fc1a4207b025ddd79d6383ed06f786c8a6f03289.tar.xz | |
Merge refs/heads/master from .
Diffstat (limited to 'Documentation/git-bisect-script.txt')
| -rw-r--r-- | Documentation/git-bisect-script.txt | 8 |
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 ------ |
