From: Junio C Hamano Date: Sat, 11 Mar 2006 08:04:33 +0000 (+0000) Subject: Autogenerated HTML docs for v1.2.4-gbe76 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=2496ae40bddeac49c5b849501600557f28815300;hp=0107892cfadf8a2ef6989005b4a2efd94df310aa;p=git.git Autogenerated HTML docs for v1.2.4-gbe76 --- diff --git a/git-format-patch.html b/git-format-patch.html index 893c5464..5811c70e 100644 --- a/git-format-patch.html +++ b/git-format-patch.html @@ -273,7 +273,7 @@ git-format-patch(1) Manual Page

SYNOPSIS

-
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

@@ -351,8 +351,25 @@ one patch.

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:

+
+
+
headers = "Organization: git-foo\n"
+
+

EXAMPLES

@@ -410,7 +427,7 @@ git-format-patch -M -B origin
diff --git a/git-format-patch.txt b/git-format-patch.txt index 7c467c56..7cc7fafc 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 | --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 --------