We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180b0d7 commit a15a44eCopy full SHA for a15a44e
Documentation/git-format-patch.txt
@@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission
9
SYNOPSIS
10
--------
11
[verse]
12
-'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c]
+'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]
13
[--diff-options] <his> [<mine>]
14
15
DESCRIPTION
@@ -60,6 +60,9 @@ OPTIONS
60
standard output, instead of saving them into a file per
61
patch and implies --mbox.
62
63
+--attach::
64
+ Create attachments instead of inlining patches.
65
+
66
67
EXAMPLES
68
0 commit comments