summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-01 17:04:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-01 17:04:40 (GMT)
commita6c6f8d02aff15d50ba63b31936453938defd571 (patch)
tree6fa4e6a1889d0ce63d9c96c9b9e5bceb7a964fe8
parent3ae8defaf90629cd3cf85ee349e8a7e61ff81b31 (diff)
parent1f9247a3bd809b770bf9acfa0877467621a76d69 (diff)
downloadgit-a6c6f8d02aff15d50ba63b31936453938defd571.zip
git-a6c6f8d02aff15d50ba63b31936453938defd571.tar.gz
git-a6c6f8d02aff15d50ba63b31936453938defd571.tar.bz2
Merge branch 'js/complete-svn-recursive'
The completion script (in contrib/) has been taught that "git svn" supports the "--recursive" option. * js/complete-svn-recursive: completion: tab-complete "git svn --recursive"
-rw-r--r--contrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index ba5528d..67705da 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2847,6 +2847,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="