]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-send-email.txt
send-email: further document missing sendmail aliases functionality
authorEric Sunshine <sunshine@sunshineco.com>
Sun, 31 May 2015 22:29:23 +0000 (18:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 22:52:33 +0000 (15:52 -0700)
commit5c3494ed880b56eb2e487fd5504bc66674151bae
treefebc4d87bcfe5238c09a7d8ac530197ac5c30f42
parent587089c1950199c3dcc14d159adb69be992d8d18
send-email: further document missing sendmail aliases functionality

Sendmail aliases[1] supports expansion to a file ("/path/name") or
pipe ("|command"), as well as file inclusion (":include: /path/name"),
however, our implementation does not support such functionality.

[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