summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-18 12:37:53 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-18 12:37:53 -0700
commitea3b7522a07a46e55d4cee4aa64f7f1459229f0e (patch)
treefb60d043743694196f37cad6152e150a4367a5fa /git-format-patch.txt
parent1575c208eda44b1e6c104caef43e5783f9bcd1a9 (diff)
downloadgit-htmldocs-ea3b7522a07a46e55d4cee4aa64f7f1459229f0e.tar.gz
Autogenerated HTML docs for v1.8.2.1-478-g1468a
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 3a62f50ed..39118774a 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -20,7 +20,7 @@ SYNOPSIS
[--ignore-if-in-upstream]
[--subject-prefix=Subject-Prefix] [(--reroll-count|-v) <n>]
[--to=<email>] [--cc=<email>]
- [--cover-letter] [--quiet] [--notes[=<ref>]]
+ [--[no-]cover-letter] [--quiet] [--notes[=<ref>]]
[<common diff options>]
[ <since> | <revision range> ]
@@ -195,7 +195,7 @@ will want to ensure that threading is disabled for `git send-email`.
`Cc:`, and custom) headers added so far from config or command
line.
---cover-letter::
+--[no-]cover-letter::
In addition to the patches, generate a cover letter file
containing the shortlog and the overall diffstat. You can
fill in a description in the file before sending it out.
@@ -260,6 +260,7 @@ attachments, and sign off patches with configuration variables.
cc = <email>
attach [ = mime-boundary-string ]
signoff = true
+ coverletter = auto
------------