socksetup: don't return on set_reuse_addr() error
[git.git] / Documentation / git-format-patch.txt
index bc85a62..7cc7faf 100644 (file)
@@ -64,6 +64,15 @@ OPTIONS
        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
 --------