Re: [PATCH v3 1/2] sendemail: teach git-send-email to dump alias names

2015-11-17 Thread Jacob Keller
On Tue, Nov 17, 2015 at 12:07 AM, Eric Sunshine wrote: > On Mon, Nov 16, 2015 at 7:29 PM, Jacob Keller > wrote: >> Add an option "dump-aliases" which changes the default behavior of > > It would be easier to understand that this is a new command-line > option (as opposed to a configuration or ot

Re: [PATCH v3 1/2] sendemail: teach git-send-email to dump alias names

2015-11-17 Thread Eric Sunshine
On Mon, Nov 16, 2015 at 7:29 PM, Jacob Keller wrote: > Add an option "dump-aliases" which changes the default behavior of It would be easier to understand that this is a new command-line option (as opposed to a configuration or other option) if you spelled it --dump-aliases (with the leading dash

[PATCH v3 1/2] sendemail: teach git-send-email to dump alias names

2015-11-16 Thread Jacob Keller
From: Jacob Keller Add an option "dump-aliases" which changes the default behavior of git-send-email. This mode will simply read the alias files configured by sendemail.aliasesfile and sendemail.aliasfiletype and dump a list of all configured aliases, one per line. The intended use case for this