Thread (30 messages) 30 messages, 1 author, 2020-10-29
STALE2076d
Revisions (2)
  1. v2 [diff vs current]
  2. v3 current

[PATCH v3 28/29] completion: bash: remove old compat wrappers

From: Felipe Contreras <hidden>
Date: 2020-10-28 23:43:15
Subsystem: the rest · Maintainer: Linus Torvalds

It's been eight years, more than enough time to move on.

Signed-off-by: Felipe Contreras <redacted>
---
 contrib/completion/git-completion.bash | 12 ------------
 1 file changed, 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
 
-- 
2.29.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help