From: Miklos Vajna Date: Tue, 3 Jul 2007 23:38:29 +0000 (+0200) Subject: Document - for git-format-patch X-Git-Tag: v1.5.2.4~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ed5f07a6fdc5653e24a5bd6c216d12bc878496bd;p=git.git Document - for git-format-patch The - option was not mentioned in git-format-patch's manpage till now. Fix this. Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index a33d157b9..0ca58a7eb 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -50,6 +50,9 @@ OPTIONS ------- include::diff-options.txt[] +-:: + Limits the number of patches to prepare. + -o|--output-directory :: Use to store the resulting files, instead of the current working directory.