summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
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 /git-rev-list.html
parenta47bf3c145d71ffd27b5fa0bb05493765225d757 (diff)
downloadgit-htmldocs-5cd1518ba777d6d41a66941c1af682009f26138a.tar.gz
Autogenerated HTML docs for v1.7.5-rc0-131-gfa38c
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 7c97ba95b..3d237a0ca 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -797,8 +797,8 @@ parents) and <tt>--max-parents=-1</tt> (negative numbers denote no upper limit).
</p>
<div class="paragraph"><p>For example, if you have two branches, <tt>A</tt> and <tt>B</tt>, a usual way
to list all commits on only one side of them is with
-<tt>--left-right</tt>, like the example above in the description of
-that option. It however shows the commits that were cherry-picked
+<tt>--left-right</tt> (see the example below in the description of
+the <tt>--left-right</tt> 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.</p></div>