X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=96585ae8d9455654b63e83d61e7c34a7aeb94291;hb=a41acc63badf20cbb22cca61039dca9309deaa19;hp=4795349c10fd91c330ddde2d8397401be09cc86b;hpb=5d4138a66d265e7ddbe21d44f79bcaa1e9a6b6ff;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 4795349c1..96585ae8d 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -92,7 +92,16 @@ During the bisection process, you can say $ git bisect visualize ------------ -to see the currently remaining suspects in `gitk`. +to see the currently remaining suspects in `gitk`. `visualize` is a bit +too long to type and `view` is provided as a synonym. + +If `DISPLAY` environment variable is not set, `git log` is used +instead. You can even give command line options such as `-p` and +`--stat`. + +------------ +$ git bisect view --stat +------------ Bisect log and bisect replay ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -218,4 +227,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite +Part of the linkgit:git[7] suite