diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:37:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:37:34 -0700 |
commit | daa81c4a4a48a76e542293c025972e6a870fec9b (patch) | |
tree | 66ae06b7eaddd47f1d045eafdbcb04f01eee6c2a /Documentation/config.txt | |
parent | 909376a1c9078b7bb7b420113efa956b130e8809 (diff) | |
parent | 69cf7bfd131ae6246931459a1e6513d51f0b0119 (diff) | |
download | git-daa81c4a4a48a76e542293c025972e6a870fec9b.tar.gz |
Merge branch 'bg/send-email-smtpdomain'
* bg/send-email-smtpdomain:
send-email: Cleanup smtp-domain and add config
Document send-email --smtp-domain
send-email: Don't use FQDNs without a '.'
send-email: Cleanup { style
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index ced5db6e0f..e5aa2cacfa 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1651,6 +1651,7 @@ sendemail.smtppass:: sendemail.suppresscc:: sendemail.suppressfrom:: sendemail.to:: +sendemail.smtpdomain:: sendemail.smtpserver:: sendemail.smtpserverport:: sendemail.smtpuser:: |