X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=8a399703dc7d75c8ca3d170e6d18832a7ce8723b;hb=8bf14d6ef9245f3b81d24cb7725a868f62343277;hp=39fa665d9d6ee7700adc7bb84cb09c517b38cfa0;hpb=f73ae1fc5d5308fecf0a4bdbd7312f7f5b00df55;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 39fa665d..8a399703 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 -'git bisect' good -'git bisect' reset [] -'git bisect' visualize -'git bisect' replay -'git bisect' log + 'git bisect' start + 'git bisect' bad + 'git bisect' good + 'git bisect' reset [] + 'git bisect' visualize + 'git bisect' replay + 'git bisect' log DESCRIPTION -----------