Skip to content

Commit 2c320e7

Browse files
committed
Merge branch 'jc/rev-list-options-fix'
* jc/rev-list-options-fix: "log --cherry-pick" documentation regression fix
2 parents 1eb71bc + 3add01b commit 2c320e7

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
@@ -179,8 +179,8 @@ endif::git-rev-list[]
179179
+
180180
For example, if you have two branches, `A` and `B`, a usual way
181181
to list all commits on only one side of them is with
182-
`--left-right`, like the example above in the description of
183-
that option. It however shows the commits that were cherry-picked
182+
`--left-right` (see the example below in the description of
183+
the `--left-right` option). It however shows the commits that were cherry-picked
184184
from the other branch (for example, "3rd on b" may be cherry-picked
185185
from branch A). With this option, such pairs of commits are
186186
excluded from the output.

0 commit comments

Comments
 (0)