summaryrefslogtreecommitdiff
path: root/Documentation/git-cherry.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2007-06-12 00:15:16 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-06-12 00:15:16 -0700
commitf26cacf4956b08238868b21a8eac6b5e51a17d7f (patch)
treef49648b98ced25a8ca0162888c6b336231f75e3d /Documentation/git-cherry.txt
parentMerge branch 'master' of git://repo.or.cz/git-gui (diff)
parentUnquote From line from patch before comparing with given from address. (diff)
downloadtgif-f26cacf4956b08238868b21a8eac6b5e51a17d7f.tar.xz
Merge branch 'maint'
* maint: Unquote From line from patch before comparing with given from address. git-cherry: Document 'limit' command-line option
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 b62c97097f..e6943822cd 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>