Skip to content

Commit a15a44e

Browse files
Mike McCormackJunio C Hamano
authored andcommitted
Document the --attach flag.
1 parent 180b0d7 commit a15a44e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-format-patch.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c]
12+
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]
1313
[--diff-options] <his> [<mine>]
1414

1515
DESCRIPTION
@@ -60,6 +60,9 @@ OPTIONS
6060
standard output, instead of saving them into a file per
6161
patch and implies --mbox.
6262

63+
--attach::
64+
Create attachments instead of inlining patches.
65+
6366

6467
EXAMPLES
6568
--------

0 commit comments

Comments
 (0)