From 1f9247a3bd809b770bf9acfa0877467621a76d69 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 13 Nov 2019 00:47:52 +0000 Subject: completion: tab-complete "git svn --recursive" Signed-off-by: James Shubin Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e087c4bf00..51ca63673d 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2730,6 +2730,7 @@ _git_svn () --log-window-size= --no-checkout --quiet --repack-flags --use-log-author --localtime --add-author-from + --recursive --ignore-paths= --include-paths= $remote_opts " local init_opts=" -- cgit v1.2.3