X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Frev-list-options.txt;h=6d7cf6d51fc5c2511c8ed411ed36aefd93d4ad60;hb=6d14414d21973580547ca1935b2692a43c0b0b5f;hp=78c381a8e049b3425256d212586b843702aa5661;hpb=7bc2508bfe0f7e8c0371a68f57ac5b7d4fe7e1f0;p=git.git diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 78c381a8e..6d7cf6d51 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -518,14 +518,14 @@ Limit output to the one commit object which is roughly halfway between the included and excluded commits. Thus, if ----------------------------------------------------------------------- - $ git-rev-list --bisect foo ^bar ^baz + $ git rev-list --bisect foo ^bar ^baz ----------------------------------------------------------------------- outputs 'midpoint', the output of the two commands ----------------------------------------------------------------------- - $ git-rev-list foo ^midpoint - $ git-rev-list midpoint ^bar ^baz + $ git rev-list foo ^midpoint + $ git rev-list midpoint ^bar ^baz ----------------------------------------------------------------------- would be of roughly the same length. Finding the change which