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
Chris Packham 2016-07-27 20:34:06 +12:00 committed by Junio C Hamano
parent e46579643d
commit 5f072e0017
1 changed files with 1 additions and 0 deletions

View File

@ -1091,6 +1091,7 @@ _git_clone ()
--depth
--single-branch
--branch
--recurse-submodules
"
return
;;