projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8d6957
)
Document -<n> for git-format-patch
author
Miklos Vajna
<vmiklos@frugalware.org>
Tue, 3 Jul 2007 23:38:29 +0000
(
01:38
+0200)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/git-format-patch.txt
b/Documentation/git-format-patch.txt
index a33d157b970740aa7d056ebb459350de89513a8b..0ca58a7eb36fb4b29ea485a098a12660360a2252 100644
(file)
--- 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.