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 | f8d6957628e222bb9f2090c4900f9994559532e1 (diff) | |
download | git-ed5f07a6fdc5653e24a5bd6c216d12bc878496bd.tar.gz git-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 a33d157b9..0ca58a7eb 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. |