From 4977ec13982bc851668e85924e30a57c4e304b6e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 24 Mar 2018 00:09:12 +0100 Subject: 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use for mosh and git --- Completion/Unix/Command/_git | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 4df851c98..0eb16987d 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -6892,10 +6892,6 @@ __git_tree_files () { (( $+functions[__git_remote_repositories] )) || __git_remote_repositories () { - local service - - service= _ssh - if compset -P '*:'; then _remote_files -/ -- ssh else -- cgit v1.2.3