aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2007-07-04 01:38:29 +0200
committerJunio C Hamano <gitster@pobox.com>2007-07-03 19:02:13 -0700
commited5f07a6fdc5653e24a5bd6c216d12bc878496bd (patch)
treeda30291f3c0f3b89abfbb0408deff740f1396095 /Documentation/git-format-patch.txt
parentf8d6957628e222bb9f2090c4900f9994559532e1 (diff)
downloadgit-ed5f07a6fdc5653e24a5bd6c216d12bc878496bd.tar.gz
Document -<n> for git-format-patch
The -<n> option was not mentioned in git-format-patch's manpage till now. Fix this. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index a33d157b97..0ca58a7eb3 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -50,6 +50,9 @@ OPTIONS
-------
include::diff-options.txt[]
+-<n>::
+ Limits the number of patches to prepare.
+
-o|--output-directory <dir>::
Use <dir> to store the resulting files, instead of the
current working directory.