Re: [PATCH v2 2/2] completion: add support for completing email aliases

2015-11-16 Thread Eric Sunshine
On Sun, Nov 15, 2015 at 3:22 PM, Jacob Keller wrote: > Using the new --list-aliases option from git-send-email, add completion > for --to, --cc, and --bcc with the available configured aliases. > > Signed-off-by: Jacob Keller > --- > diff --git

Re: [PATCH v2 2/2] completion: add support for completing email aliases

2015-11-16 Thread Keller, Jacob E
On Mon, 2015-11-16 at 18:33 -0500, Eric Sunshine wrote: > On Sun, Nov 15, 2015 at 3:22 PM, Jacob Keller om> wrote: > > Using the new --list-aliases option from git-send-email, add > > completion > > for --to, --cc, and --bcc with the available configured aliases. > > > >

[PATCH v2 2/2] completion: add support for completing email aliases

2015-11-15 Thread Jacob Keller
From: Jacob Keller Using the new --list-aliases option from git-send-email, add completion for --to, --cc, and --bcc with the available configured aliases. Signed-off-by: Jacob Keller --- Notes: - v2 * reuse parsing from git-send-email