Skip to content

Commit 441ecda

Browse files
felipecgitster
authored andcommitted
completion: bash: remove old compat wrappers
It's been eight years, more than enough time to move on. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8030684 commit 441ecda

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

contrib/completion/git-completion.bash

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3480,18 +3480,6 @@ __git_complete ()
34803480
|| complete -o default -o nospace -F $wrapper $1
34813481
}
34823482

3483-
# wrapper for backwards compatibility
3484-
_git ()
3485-
{
3486-
__git_wrap__git_main
3487-
}
3488-
3489-
# wrapper for backwards compatibility
3490-
_gitk ()
3491-
{
3492-
__git_wrap__gitk_main
3493-
}
3494-
34953483
__git_complete git __git_main
34963484
__git_complete gitk __gitk_main
34973485

0 commit comments

Comments
 (0)