Skip to content

Commit 06ff449

Browse files
committed
Merge branch 'jc/rev-list-options-fix' into maint
* jc/rev-list-options-fix: "log --cherry-pick" documentation regression fix
2 parents 302de7a + 3add01b commit 06ff449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/rev-list-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ endif::git-rev-list[]
159159
+
160160
For example, if you have two branches, `A` and `B`, a usual way
161161
to list all commits on only one side of them is with
162-
`--left-right`, like the example above in the description of
163-
that option. It however shows the commits that were cherry-picked
162+
`--left-right` (see the example below in the description of
163+
the `--left-right` option). It however shows the commits that were cherry-picked
164164
from the other branch (for example, "3rd on b" may be cherry-picked
165165
from branch A). With this option, such pairs of commits are
166166
excluded from the output.

0 commit comments

Comments
 (0)