Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-22 Thread Allen Hubbe
On Thu, May 21, 2015 at 11:59 PM, Eric Sunshine wrote: > On Thu, May 21, 2015 at 11:19 PM, Allen Hubbe wrote: >> On May 21, 2015 9:05 PM, "Eric Sunshine" wrote: >>> On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe wrote: >>> > +test_expect_success $PREREQ 'sendemail.aliasfiletype=simple' ' >>> > +

Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Eric Sunshine
On Thu, May 21, 2015 at 11:19 PM, Allen Hubbe wrote: > On May 21, 2015 9:05 PM, "Eric Sunshine" wrote: >> On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe wrote: >> > +test_expect_success $PREREQ 'sendemail.aliasfiletype=simple' ' >> > + clean_fake_sendmail && rm -fr outdir && >> > + git

Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Allen Hubbe
On May 21, 2015 9:05 PM, "Eric Sunshine" wrote: > > On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe wrote: > > This format is more simple than the other alias file formats, so it may > > be preferred by some users. The format is as follows. > > > > : [, ...] > > > > Aliases are specified one per li

Re: [PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Eric Sunshine
On Thu, May 21, 2015 at 8:16 PM, Allen Hubbe wrote: > This format is more simple than the other alias file formats, so it may > be preferred by some users. The format is as follows. > > : [, ...] > > Aliases are specified one per line. There is no line splitting. > > Example: > alice: Al

[PATCH v2] send-email: Add simple email aliases format

2015-05-21 Thread Allen Hubbe
This format is more simple than the other alias file formats, so it may be preferred by some users. The format is as follows. : [, ...] Aliases are specified one per line. There is no line splitting. Example: alice: Alice W Land bob: Robert Bobbyton chloe: ch...@examp