diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-12-03 23:46:02 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-12-03 23:46:02 -0800 |
| commit | 423325a2d24638ddcc82ce47be5e40be550f4507 (patch) | |
| tree | 00960b001d786299d3da04a4467bd0c798bf8cda /Documentation/git-bisect.txt | |
| parent | 93dcab2937624ebb97f91807576cddb242a55a46 (diff) | |
| parent | d79374c7b58d3814ffdc277de608243f8e665e3a (diff) | |
| download | git-1.0rc4.tar.xz | |
Diffstat (limited to 'Documentation/git-bisect.txt')
| -rw-r--r-- | Documentation/git-bisect.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 39fa665d9d..8a399703dc 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -8,13 +8,13 @@ git-bisect - Find the change that introduced a bug SYNOPSIS -------- -'git bisect' start -'git bisect' bad <rev> -'git bisect' good <rev> -'git bisect' reset [<branch>] -'git bisect' visualize -'git bisect' replay <logfile> -'git bisect' log + 'git bisect' start + 'git bisect' bad <rev> + 'git bisect' good <rev> + 'git bisect' reset [<branch>] + 'git bisect' visualize + 'git bisect' replay <logfile> + 'git bisect' log DESCRIPTION ----------- |
