diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-03-24 00:09:12 +0100 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-03-24 00:09:12 +0100 |
| commit | 4977ec13982bc851668e85924e30a57c4e304b6e (patch) | |
| tree | a8ecb5be3d0c51a366107d5c941a87e02fbd0e3e /Completion/Unix/Command/_git | |
| parent | 42497 (tweaked c.f. 42498): make completion after apt install work on local .... (diff) | |
| download | zsh-4977ec13982bc851668e85924e30a57c4e304b6e.tar zsh-4977ec13982bc851668e85924e30a57c4e304b6e.tar.gz zsh-4977ec13982bc851668e85924e30a57c4e304b6e.tar.bz2 zsh-4977ec13982bc851668e85924e30a57c4e304b6e.tar.lz zsh-4977ec13982bc851668e85924e30a57c4e304b6e.tar.xz zsh-4977ec13982bc851668e85924e30a57c4e304b6e.tar.zst zsh-4977ec13982bc851668e85924e30a57c4e304b6e.zip | |
42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use for mosh and git
Diffstat (limited to 'Completion/Unix/Command/_git')
| -rw-r--r-- | Completion/Unix/Command/_git | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
