summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-05-23 09:53:32 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-05-23 09:53:32 +0000
commit7ae18250dc61b6e3620aa3fac36eac9fc0a6cd07 (patch)
treea1fc5cfef637f42fcc7cb098b2c86dd4a18e2980 /git-send-email.txt
parent52d5def48c07bc4d01ba4beadf533864af3b0b94 (diff)
downloadgit-htmldocs-7ae18250dc61b6e3620aa3fac36eac9fc0a6cd07.tar.gz
Autogenerated HTML docs for v1.6.3.1-145-gb74d77
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 794224b1b..f94077027 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -69,9 +69,12 @@ and In-Reply-To headers will be used unless they are removed.
Missing From or In-Reply-To headers will be prompted for.
--from=<address>::
- Specify the sender of the emails. This will default to
- the value GIT_COMMITTER_IDENT, as returned by "git var -l".
- The user will still be prompted to confirm this entry.
+ Specify the sender of the emails. If not specified on the command line,
+ the value of the 'sendemail.from' configuration option is used. If
+ neither the command line option nor 'sendemail.from' are set, then the
+ user will be prompted for the value. The default for the prompt will be
+ the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not
+ set, as returned by "git var -l".
--in-reply-to=<identifier>::
Specify the contents of the first In-Reply-To header.