diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-07-04 01:38:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-03 19:02:13 -0700 |
commit | ed5f07a6fdc5653e24a5bd6c216d12bc878496bd (patch) | |
tree | da30291f3c0f3b89abfbb0408deff740f1396095 | |
parent | glossary: add 'reflog' (diff) | |
download | tgif-ed5f07a6fdc5653e24a5bd6c216d12bc878496bd.tar.xz |
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>
-rw-r--r-- | Documentation/git-format-patch.txt | 3 |
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. |