X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-format-patch.txt;h=7cc7fafc1d7fbe380ffa53e0d028886e15d0010e;hb=65b5e41e24dd76e9cc272399f458857d5b13d63e;hp=7c467c56a3802aa2efd4b488919d197ea5b84529;hpb=7bd7f2804d84258a5cd1e76c610496f6beaa4cdf;p=git.git diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 7c467c56..7cc7fafc 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 | --stdout] [-s] [-c] +'git-format-patch' [-n | -k] [-o | --stdout] [--attach] [-s] [-c] [--diff-options] [] 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 --------