Re: [PATCH] completion: add format-patch options to send-email

2012-10-15 Thread Felipe Contreras
On Tue, Oct 16, 2012 at 1:37 AM, Felipe Contreras wrote: > On Tue, Oct 16, 2012 at 12:48 AM, SZEDER Gábor wrote: >>> + cd test >> >> This 'cd' makes all subsequent tests to be executed in a different >> repository than previously, which breaks 'checkout completes ref >> names'. > > I don't k

Re: [PATCH] completion: add format-patch options to send-email

2012-10-15 Thread SZEDER Gábor
On Tue, Oct 16, 2012 at 01:37:35AM +0200, Felipe Contreras wrote: > On Tue, Oct 16, 2012 at 12:48 AM, SZEDER Gábor wrote: > > >> @@ -1559,11 +1559,12 @@ _git_send_email () > >> --signed-off-by-cc --smtp-pass --smtp-server > >> --smtp-server-port --smtp-

Re: [PATCH] completion: add format-patch options to send-email

2012-10-15 Thread Felipe Contreras
On Tue, Oct 16, 2012 at 12:48 AM, SZEDER Gábor wrote: >> @@ -1559,11 +1559,12 @@ _git_send_email () >> --signed-off-by-cc --smtp-pass --smtp-server >> --smtp-server-port --smtp-encryption= --smtp-user >> --subject --suppress-cc= --

Re: [PATCH] completion: add format-patch options to send-email

2012-10-15 Thread Junio C Hamano
SZEDER Gábor writes: >> +cd test > > This 'cd' makes all subsequent tests to be executed in a different > repository than previously, which breaks 'checkout completes ref > names'. Yeah, thanks for spotting and yelling at it ;-). We really need to be careful about tests that cd around. Eve

Re: [PATCH] completion: add format-patch options to send-email

2012-10-15 Thread SZEDER Gábor
Hi, On Sun, Oct 14, 2012 at 06:14:03PM +0200, Felipe Contreras wrote: > Signed-off-by: Felipe Contreras > --- > contrib/completion/git-completion.bash | 35 > +- > t/t9902-completion.sh | 21 > 2 files changed, 39 insertions(

[PATCH] completion: add format-patch options to send-email

2012-10-14 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- contrib/completion/git-completion.bash | 35 +- t/t9902-completion.sh | 21 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/