From 5f072e0017aa30afc04b54501331fb7da4e8a0bb Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 27 Jul 2016 20:34:06 +1200 Subject: [PATCH] completion: add option '--recurse-submodules' to 'git clone' Signed-off-by: Chris Packham Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b383ed05c3..03ace767b4 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1091,6 +1091,7 @@ _git_clone () --depth --single-branch --branch + --recurse-submodules " return ;; -- 2.11.4.GIT