Skip to content

Commit 5f072e0

Browse files
cpackhamgitster
authored andcommitted
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>
1 parent e465796 commit 5f072e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ _git_clone ()
10911091
--depth
10921092
--single-branch
10931093
--branch
1094+
--recurse-submodules
10941095
"
10951096
return
10961097
;;

0 commit comments

Comments
 (0)