X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=8a399703dc7d75c8ca3d170e6d18832a7ce8723b;hb=6f42f89c1f7030d1101f08bf56d06cc2b6828b83;hp=b124b0751c195db82a49d0bcf434da429ec71019;hpb=348c4c66dacb1810a9bcd592e72f98a465233488;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index b124b075..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 ----------- @@ -76,7 +76,7 @@ During the bisection process, you can say to see the currently remaining suspects in `gitk`. -The good/bad you told the command is logged, and `git bisect +The good/bad input is logged, and `git bisect log` shows what you have done so far. You can truncate its output somewhere and save it in a file, and run @@ -91,7 +91,7 @@ Author Written by Linus Torvalds Documentation --------------- +------------- Documentation by Junio C Hamano and the git-list . GIT