summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-03-11 08:04:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-03-11 08:04:33 +0000
commit2496ae40bddeac49c5b849501600557f28815300 (patch)
tree13d96c9a011317eba6bc523fb1449ceafd491977 /git-format-patch.txt
parent0107892cfadf8a2ef6989005b4a2efd94df310aa (diff)
downloadgit-htmldocs-2496ae40bddeac49c5b849501600557f28815300.tar.gz
Autogenerated HTML docs for v1.2.4-gbe76
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 7c467c56a..7cc7fafc1 100644
--- a/git-format-patch.txt
+++ b/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,18 @@ OPTIONS
standard output, instead of saving them into a file per
patch and implies --mbox.
+--attach::
+ Create attachments instead of inlining patches.
+
+
+CONFIGURATION
+-------------
+You can specify extra mail header lines to be added to each
+message in the repository configuration as follows:
+
+[format]
+ headers = "Organization: git-foo\n"
+
EXAMPLES
--------