X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=39fa665d9d6ee7700adc7bb84cb09c517b38cfa0;hb=29504118f8528f658fd0bfc02d8d78d4c01dc2cc;hp=f10df535a5b31d195bd53b46c460ec0891f1d0ea;hpb=b595ed1478e6240593df4c927c4a240575f53d44;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index f10df535..39fa665d 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -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,10 +91,10 @@ Author Written by Linus Torvalds Documentation --------------- +------------- Documentation by Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite