]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
completion: complete "unstuck" `git push --recurse-submodules`
authorJohn Keeping <john@keeping.me.uk>
Tue, 22 Jul 2014 18:24:56 +0000 (19:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 20:21:07 +0000 (13:21 -0700)
commit3a224ff2bbb8a3782d6db67426aa8bc09063ab08
tree6059b65280440549d7e279338ad0f81ac782c129
parent5c0b13f85ab3a5326508b854768eb70c8829cda4
completion: complete "unstuck" `git push --recurse-submodules`

Since the argument to `--recurse-submodules` is mandatory, it does not
need to be stuck to the option with `=`.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash