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

2015-11-17 Thread Eric Sunshine
On Mon, Nov 16, 2015 at 7:29 PM, Jacob Keller wrote: > Using the new --dump-alias-names option from git-send-email, add completion s/dump-alias-names/dump-aliases/ > for --to, --cc, and --bcc with the available configured aliases. "--from" is missing from this list.

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

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