completion: add option '--recurse-submodules' to 'git clone'
Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Chris Packham committed
Jul 27, 2016 at 20:34 UTC
5f072e0017aa30afc04b54501331fb7da4e8a0bb
1 file changed
+1
contrib/completion/git-completion.bash
+1
@@ -1091,6 +1091,7 @@ _git_clone ()
1091
--depth
1092
--single-branch
1093
--branch
1094
+ --recurse-submodules
1095
"
1096
return
1097
;;