diff options
author | Chris Packham <judge.packham@gmail.com> | 2016-07-27 20:34:06 +1200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-27 10:22:47 -0700 |
commit | 5f072e0017aa30afc04b54501331fb7da4e8a0bb (patch) | |
tree | d5dc6e209e7845086ee541da6a88f07e69f45fde /contrib/completion/git-completion.bash | |
parent | Git 2.6.6 (diff) | |
download | tgif-5f072e0017aa30afc04b54501331fb7da4e8a0bb.tar.xz |
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>
Diffstat (limited to 'contrib/completion/git-completion.bash')
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b383ed05c3..03ace767b4 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1091,6 +1091,7 @@ _git_clone () --depth --single-branch --branch + --recurse-submodules " return ;; |