Document the --attach flag.
This commit is contained in:

committed by
Junio C Hamano

parent
180b0d7483
commit
a15a44ef6e
@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c]
|
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]
|
||||||
[--diff-options] <his> [<mine>]
|
[--diff-options] <his> [<mine>]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
@ -60,6 +60,9 @@ OPTIONS
|
|||||||
standard output, instead of saving them into a file per
|
standard output, instead of saving them into a file per
|
||||||
patch and implies --mbox.
|
patch and implies --mbox.
|
||||||
|
|
||||||
|
--attach::
|
||||||
|
Create attachments instead of inlining patches.
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user