aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorMike McCormack <mike@codeweavers.com>2006-03-10 13:47:24 +0900
committerJunio C Hamano <junkio@cox.net>2006-03-09 22:01:00 -0800
commita15a44ef6e4f6d5ec040cc2e69d2753531556947 (patch)
tree8e42293475683e520b645d3cf8f641ac5e219192 /Documentation/git-format-patch.txt
parent180b0d7483711120e28289ff7d9fa346eddd5cb7 (diff)
downloadgit-a15a44ef6e4f6d5ec040cc2e69d2753531556947.tar.gz
Document the --attach flag.
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 7c467c56a3..bc85a62221 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission
SYNOPSIS
--------
[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>]
DESCRIPTION
@@ -60,6 +60,9 @@ OPTIONS
standard output, instead of saving them into a file per
patch and implies --mbox.
+--attach::
+ Create attachments instead of inlining patches.
+
EXAMPLES
--------