Re: [PATCH 2/4] completion: complete "unstuck" `git push --recurse-submodules`

2014-07-19 Thread John Keeping
On Sat, Jul 19, 2014 at 01:37:26PM +0200, Johannes Sixt wrote: > Am 19.07.2014 11:45, schrieb John Keeping: > > Since the argument to `--recurse-submodules` is mandatory, it does not > > need to be stuck to the option with `=`. > > > > Signed-off-by: John Keeping > > --- > > contrib/completion/g

Re: [PATCH 2/4] completion: complete "unstuck" `git push --recurse-submodules`

2014-07-19 Thread Johannes Sixt
Am 19.07.2014 11:45, schrieb John Keeping: > Since the argument to `--recurse-submodules` is mandatory, it does not > need to be stuck to the option with `=`. > > Signed-off-by: John Keeping > --- > contrib/completion/git-completion.bash | 4 > 1 file changed, 4 insertions(+) > > diff --gi