Re: [PATCH] completion: fix completing unstuck email alias arguments

2015-12-12 Thread SZEDER Gábor
Quoting Jacob Keller : On Fri, Dec 11, 2015 at 4:18 PM, SZEDER Gábor wrote: Completing unstuck form of email aliases doesn't quite work: $ git send-email --to alice bob cecil $ git send-email --to a alice bob cecil Woops. Is it possible to add a test for this case? I honestly

Re: [PATCH] completion: fix completing unstuck email alias arguments

2015-12-11 Thread Jacob Keller
On Fri, Dec 11, 2015 at 4:18 PM, SZEDER Gábor wrote: > Completing unstuck form of email aliases doesn't quite work: > > $ git send-email --to > alice bob cecil > $ git send-email --to a > alice bob cecil > Woops. Is it possible to add a test for this case? I honestly don't kn