From ca976de5bfeccc9bd69c22183f82b9d1e59d2547 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 8 Mar 2015 19:57:17 -0400 Subject: [PATCH] Add --recursive flag to git bash completion script. This flag was missing from the list, and I use it quite often :) Signed-off-by: James Shubin --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index c21190d..6cb7ff5 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1090,6 +1090,7 @@ _git_clone () --no-hardlinks --shared --reference + --recursive --quiet --no-checkout --bare -- 2.1.0