Re: [PATCH] fix global bash variable leak on __gitcompappend

2015-04-09 Thread Eric Sunshine
On Thu, Apr 9, 2015 at 9:52 AM, Marcio Almada wrote: > 2015-04-09 0:56 GMT-03:00 Junio C Hamano : >> "Márcio Almada" writes: >>> contrib/completion/git-completion.bash | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> Nicely found and corrected. Please sign-off your patch and Cc a

Re: [PATCH] fix global bash variable leak on __gitcompappend

2015-04-09 Thread Marcio Almada
2015-04-09 0:56 GMT-03:00 Junio C Hamano : > "Márcio Almada" writes: > >> --- >> contrib/completion/git-completion.bash | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Nicely found and corrected. Please sign-off your patch and Cc area > experts if you can find them (I'll do that thi

Re: [PATCH] fix global bash variable leak on __gitcompappend

2015-04-09 Thread SZEDER Gábor
Quoting Junio C Hamano : "Márcio Almada" writes: --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Nicely found and corrected. Please sign-off your patch and Cc area experts if you can find them (I'll do that this time for you). Thanks.

Re: [PATCH] fix global bash variable leak on __gitcompappend

2015-04-08 Thread Junio C Hamano
"Márcio Almada" writes: > --- > contrib/completion/git-completion.bash | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Nicely found and corrected. Please sign-off your patch and Cc area experts if you can find them (I'll do that this time for you). Thanks. > > diff --git a/contrib/co

[PATCH] fix global bash variable leak on __gitcompappend

2015-04-07 Thread Márcio Almada
--- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 661a829..1620546 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-co