Browse Source

Merge branch 'jc/rev-list-options-fix'

* jc/rev-list-options-fix:
  "log --cherry-pick" documentation regression fix
maint
Junio C Hamano 14 years ago
parent
commit
2c320e71bf
  1. 4
      Documentation/rev-list-options.txt

4
Documentation/rev-list-options.txt

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

Loading…
Cancel
Save