Code

Merge branch 'jc/rev-list-options-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2011 20:56:52 +0000 (13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2011 20:56:52 +0000 (13:56 -0700)
* jc/rev-list-options-fix:
  "log --cherry-pick" documentation regression fix

Documentation/rev-list-options.txt

index 09860de9c2ff18115806c3cdf50ebd6163b3560e..a9de9a74dc71e71e776cf1b7acd667d5c01582f7 100644 (file)
@@ -159,8 +159,8 @@ endif::git-rev-list[]
 +
 For example, if you have two branches, `A` and `B`, a usual way
 to list all commits on only one side of them is with
-`--left-right`, like the example above in the description of
-that option.  It however shows the commits that were cherry-picked
+`--left-right` (see the example below in the description of
+the `--left-right` option).  It however shows the commits that were cherry-picked
 from the other branch (for example, "3rd on b" may be cherry-picked
 from branch A).  With this option, such pairs of commits are
 excluded from the output.