diff options
author | Allen Hubbe <allenbh@gmail.com> | 2015-05-26 17:32:03 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-27 13:01:48 -0700 |
commit | 3169e06daf297227362fb64a9d5c2cc451fefcbb (patch) | |
tree | 8b4b3893cec5fa76edcb16526c4df4986540adfb /Documentation/RelNotes/1.7.8.6.txt | |
parent | Fourth batch for 2.5 cycle (diff) | |
download | tgif-3169e06daf297227362fb64a9d5c2cc451fefcbb.tar.xz |
send-email: add sendmail email aliases format
Teach send-email to read aliases in the sendmail aliases format, i.e.
<alias>: <address|alias>[, <address|alias>...]
Examples:
alice: Alice W Land <awol@example.com>
bob: Robert Bobbyton <bob@example.com>
# this is a comment
# this is also a comment
chloe: chloe@example.com
abgroup: alice, bob
bcgrp: bob, chloe, Other <o@example.com>
- Quoted aliases and quoted addresses are not supported.
- Line continuations are not supported.
Warnings are printed for explicitly unsupported constructs, and any
other lines that are not matched by the parser.
Signed-off-by: Allen Hubbe <allenbh@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.8.6.txt')
0 files changed, 0 insertions, 0 deletions