Browse Source

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>
maint
Miklos Vajna 18 years ago committed by Junio C Hamano
parent
commit
ed5f07a6fd
  1. 3
      Documentation/git-format-patch.txt

3
Documentation/git-format-patch.txt

@ -50,6 +50,9 @@ OPTIONS @@ -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.

Loading…
Cancel
Save