Code

Document -<n> for git-format-patch
authorMiklos Vajna <vmiklos@frugalware.org>
Tue, 3 Jul 2007 23:38:29 +0000 (01:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jul 2007 02:02:13 +0000 (19:02 -0700)
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>
Documentation/git-format-patch.txt

index a33d157b970740aa7d056ebb459350de89513a8b..0ca58a7eb36fb4b29ea485a098a12660360a2252 100644 (file)
@@ -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.