diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:40 -0800 |
commit | a6c6f8d02aff15d50ba63b31936453938defd571 (patch) | |
tree | 6fa4e6a1889d0ce63d9c96c9b9e5bceb7a964fe8 /contrib/completion/git-completion.bash | |
parent | Merge branch 'jk/send-pack-remote-failure' (diff) | |
parent | completion: tab-complete "git svn --recursive" (diff) | |
download | tgif-a6c6f8d02aff15d50ba63b31936453938defd571.tar.xz |
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"
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 ba5528d174..67705da641 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=" |