diff options
author | Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br> | 2007-06-11 09:56:56 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-12 00:13:20 -0700 |
commit | 6894f49f7bd52da77a3f4ba7fc52d44046f419ac (patch) | |
tree | 8ad36b1031c3e9f94ff9e2ee4c215db2a6a0d67d | |
parent | 31c74ca67162674e3ff8fcc294b75881c3e7cc15 (diff) | |
download | git-6894f49f7bd52da77a3f4ba7fc52d44046f419ac.tar.gz git-6894f49f7bd52da77a3f4ba7fc52d44046f419ac.tar.xz |
git-cherry: Document 'limit' command-line option
Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-cherry.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt index 27b67b81a..8c7d9670d 100644 --- a/Documentation/git-cherry.txt +++ b/Documentation/git-cherry.txt @@ -53,6 +53,9 @@ OPTIONS <head>:: Working branch; defaults to HEAD. +<limit>:: + Do not report commits up to (and including) limit. + Author ------ Written by Junio C Hamano <junkio@cox.net> |