diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-02-21 17:09:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-21 16:34:05 -0800 |
commit | 59c8afdf475d2b072fb63383df9f62afd2b3b1ee (patch) | |
tree | cf1f68185ae6e6a971790a001e86cf86b94abdae /Documentation/git-rev-list.txt | |
parent | e0b9c34f7eec9d7943bbb8a3134f24e6e4e4ed3e (diff) | |
download | git-59c8afdf475d2b072fb63383df9f62afd2b3b1ee.tar.gz git-59c8afdf475d2b072fb63383df9f62afd2b3b1ee.tar.xz |
rev-list: documentation and test for --left/right-only
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 8e1e32908..5f47a13d3 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -31,6 +31,8 @@ SYNOPSIS [ \--parents ] [ \--timestamp ] [ \--left-right ] + [ \--left-only ] + [ \--right-only ] [ \--cherry-pick ] [ \--encoding[=<encoding>] ] [ \--(author|committer|grep)=<pattern> ] |