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.lorimer.id.au/gitweb.git/diff_plain/ed5f07a6fdc5653e24a5bd6c216d12bc878496bd?ds=inline;hp=--cc 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 --- ed5f07a6fdc5653e24a5bd6c216d12bc878496bd 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[] +-:: + Limits the number of patches to prepare. + -o|--output-directory :: Use to store the resulting files, instead of the current working directory.