diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2020-10-27 20:07:11 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-28 14:30:59 -0700 |
commit | 441ecdab37fefdacf32575a60aa523b2367c46f7 (patch) | |
tree | 166371709c90d76e5764538ca0f47d6951dbb7bb /contrib | |
parent | completion: bash: cleanup cygwin check (diff) | |
download | tgif-441ecdab37fefdacf32575a60aa523b2367c46f7.tar.xz |
completion: bash: remove old compat wrappers
It's been eight years, more than enough time to move on.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 980ce73b0f..49a6ef4236 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -3480,18 +3480,6 @@ __git_complete () || complete -o default -o nospace -F $wrapper $1 } -# wrapper for backwards compatibility -_git () -{ - __git_wrap__git_main -} - -# wrapper for backwards compatibility -_gitk () -{ - __git_wrap__gitk_main -} - __git_complete git __git_main __git_complete gitk __gitk_main |