Skip to content

Commit 5f072e0

Browse files
cpackhamgitster
authored andcommitted
completion: add option '--recurse-submodules' to 'git clone'
Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e465796 commit 5f072e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)