From 6894f49f7bd52da77a3f4ba7fc52d44046f419ac Mon Sep 17 00:00:00 2001 From: "Luiz Fernando N. Capitulino" Date: Mon, 11 Jun 2007 09:56:56 -0300 Subject: [PATCH] git-cherry: Document 'limit' command-line option Signed-off-by: Luiz Fernando N. Capitulino Signed-off-by: Junio C Hamano --- Documentation/git-cherry.txt | 3 +++ 1 file changed, 3 insertions(+) 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 :: Working branch; defaults to HEAD. +:: + Do not report commits up to (and including) limit. + Author ------ Written by Junio C Hamano -- 2.11.4.GIT