]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: implement sendmail aliases line continuation support
authorEric Sunshine <sunshine@sunshineco.com>
Sun, 31 May 2015 22:29:29 +0000 (18:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 22:53:11 +0000 (15:53 -0700)
commit2532dd0605b15eeed41312558bf5babb50290236
treee5cf878d1268c705a4bf07a90ba00a5bb726a1ec
parent020be85f5153e2a3a231e40fe81af9e4a1c01cd4
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>
Documentation/git-send-email.txt
git-send-email.perl