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>maint
parent
e46579643d
commit
5f072e0017
|
@ -1091,6 +1091,7 @@ _git_clone ()
|
||||||
--depth
|
--depth
|
||||||
--single-branch
|
--single-branch
|
||||||
--branch
|
--branch
|
||||||
|
--recurse-submodules
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue