summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-29 15:56:22 -0800
committerJunio C Hamano <gitster@pobox.com>2021-11-29 15:56:22 -0800
commitf24d6b5b23d901f1da0026ce4b3f9c1e1b5e09f6 (patch)
treeb7d02acc279af5f0473fab19ed00a22415af6ec5 /git-send-email.txt
parent9e6349aff79ff94450c8aeafac9e6601cf32dced (diff)
downloadgit-htmldocs-f24d6b5b23d901f1da0026ce4b3f9c1e1b5e09f6.tar.gz
Autogenerated HTML docs for v2.34.1-75-gabe6b
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 3db4eab4b..41cd8cb42 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -9,7 +9,8 @@ git-send-email - Send a collection of patches as emails
SYNOPSIS
--------
[verse]
-'git send-email' [<options>] <file|directory|rev-list options>...
+'git send-email' [<options>] <file|directory>...
+'git send-email' [<options>] <format-patch options>
'git send-email' --dump-aliases
@@ -19,7 +20,8 @@ Takes the patches given on the command line and emails them out.
Patches can be specified as files, directories (which will send all
files in the directory), or directly as a revision list. In the
last case, any format accepted by linkgit:git-format-patch[1] can
-be passed to git send-email.
+be passed to git send-email, as well as options understood by
+linkgit:git-format-patch[1].
The header of the email is configurable via command-line options. If not
specified on the command line, the user will be prompted with a ReadLine