summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2015-05-31 22:29:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-06-01 22:53:11 (GMT)
commit2532dd0605b15eeed41312558bf5babb50290236 (patch)
treee5cf878d1268c705a4bf07a90ba00a5bb726a1ec /Documentation
parent020be85f5153e2a3a231e40fe81af9e4a1c01cd4 (diff)
downloadgit-2532dd0605b15eeed41312558bf5babb50290236.zip
git-2532dd0605b15eeed41312558bf5babb50290236.tar.gz
git-2532dd0605b15eeed41312558bf5babb50290236.tar.bz2
send-email: implement sendmail aliases line continuation support
Logical lines in sendmail aliases files can be spread over multiple physical lines[1]. A line beginning with whitespace is folded into the preceding line. A line ending with '\' consumes the following line. [1]: https://www.freebsd.org/cgi/man.cgi?query=aliases&sektion=5 Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-send-email.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index e6d466e..7ae467b 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -394,8 +394,6 @@ described below:
sendmail;;
* Quoted aliases and quoted addresses are not supported: lines that
contain a `"` symbol are ignored.
-* Line continuations are not supported: lines that start with
- whitespace characters, or end with a `\` symbol are ignored.
* Redirection to a file (`/path/name`) or pipe (`|command`) is not
supported.
* File inclusion (`:include: /path/name`) is not supported.