diff options
author | James Shubin <james@shubin.ca> | 2019-11-13 00:47:52 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-13 12:46:12 +0900 |
commit | 1f9247a3bd809b770bf9acfa0877467621a76d69 (patch) | |
tree | 59c3d422adeee6cc83e4467b7f33edf78024bddc | |
parent | Git 2.23 (diff) | |
download | tgif-1f9247a3bd809b770bf9acfa0877467621a76d69.tar.xz |
completion: tab-complete "git svn --recursive"
Signed-off-by: James Shubin <james@shubin.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 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=" |