summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-05 00:21:10 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-05 00:21:10 +0000
commit5cd1518ba777d6d41a66941c1af682009f26138a (patch)
treee4fd00535b26048036a5e57b81558169b10b4b18 /rev-list-options.txt
parenta47bf3c145d71ffd27b5fa0bb05493765225d757 (diff)
downloadgit-htmldocs-5cd1518ba777d6d41a66941c1af682009f26138a.tar.gz
Autogenerated HTML docs for v1.7.5-rc0-131-gfa38c
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index ea5c6c49b..73111bb05 100644
--- a/rev-list-options.txt
+++ b/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
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.