Re: Re: [PATCH] completion: add option --recurse-submodules to "git push"

2012-12-18 Thread Heiko Voigt
Hi, sorry for the late reply. On Fri, Dec 07, 2012 at 09:21:33AM -0800, Junio C Hamano wrote: > Steffen Jaeckel writes: > > > Signed-off-by: Steffen Jaeckel > > --- > > contrib/completion/git-completion.bash | 9 + > > 1 file changed, 9 insertions(+) > > > > diff --git a/contrib/compl

Re: [PATCH] completion: add option --recurse-submodules to "git push"

2012-12-12 Thread Felipe Contreras
On Fri, Dec 7, 2012 at 11:21 AM, Junio C Hamano wrote: > Steffen Jaeckel writes: > >> Signed-off-by: Steffen Jaeckel >> --- >> contrib/completion/git-completion.bash | 9 + >> 1 file changed, 9 insertions(+) >> >> diff --git a/contrib/completion/git-completion.bash >> b/contrib/complet

Re: [PATCH] completion: add option --recurse-submodules to "git push"

2012-12-07 Thread Junio C Hamano
Steffen Jaeckel writes: > Signed-off-by: Steffen Jaeckel > --- > contrib/completion/git-completion.bash | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/contrib/completion/git-completion.bash > b/contrib/completion/git-completion.bash > index 0b77eb1..5b4d2e1 100644 > --- a/co