aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-cherry.txt
diff options
context:
space:
mode:
authorLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>2007-06-11 09:56:56 -0300
committerJunio C Hamano <gitster@pobox.com>2007-06-12 00:13:20 -0700
commit6894f49f7bd52da77a3f4ba7fc52d44046f419ac (patch)
tree8ad36b1031c3e9f94ff9e2ee4c215db2a6a0d67d /Documentation/git-cherry.txt
parent31c74ca67162674e3ff8fcc294b75881c3e7cc15 (diff)
downloadgit-6894f49f7bd52da77a3f4ba7fc52d44046f419ac.tar.gz
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>
Diffstat (limited to 'Documentation/git-cherry.txt')
-rw-r--r--Documentation/git-cherry.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt
index 27b67b81a5..8c7d9670d3 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>