diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-03-23 10:38:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-23 10:20:24 -0700 |
commit | 6a6ebded7f2288d098f825f97cb2c210f0344497 (patch) | |
tree | 8186b099cd6f18596fdc0f95865f081cf8fbe8e6 /Documentation/git-rev-list.txt | |
parent | ad5aeeded3295589b2573b143f754762a56f8f82 (diff) | |
download | git-6a6ebded7f2288d098f825f97cb2c210f0344497.tar.gz |
rev-list --min-parents,--max-parents: doc, test and completion
This also adds test for "--merges" and "--no-merges" which we did not
have so far.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 8a891ca68d..b2be2029dd 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -16,6 +16,10 @@ SYNOPSIS [ \--sparse ] [ \--merges ] [ \--no-merges ] + [ \--min-parents=<number> ] + [ \--no-min-parents ] + [ \--max-parents=<number> ] + [ \--no-max-parents ] [ \--first-parent ] [ \--remove-empty ] [ \--full-history ] |