[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 796a7f4e37767aa14508befc0f71d9de351ed890

David Paleino d.paleino at gmail.com
Wed Sep 16 12:24:18 UTC 2009


The following commit has been merged in the master branch:
commit 796a7f4e37767aa14508befc0f71d9de351ed890
Author: David Paleino <d.paleino at gmail.com>
Date:   Wed Sep 16 14:23:22 2009 +0200

    Added sshfs completion (shares the same as scp) (Debian: #545978)

diff --git a/CHANGES b/CHANGES
index 8624638..382a2e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,7 @@ bash-completion (1.x)
   * Added avahi-discovered hosts to _known_hosts_real() (Debian: #518561)
   * Added m4v completion to mplayer (Debian: #504213)
   * Improve qemu completion (Debian: #534901)
+  * Added sshfs completion (shares the same as scp) (Debian: #545978)
 
   [ Ville Skyttä ]
   * Split yum completion to contrib/_yum (no longer installed by default, the
diff --git a/contrib/ssh b/contrib/ssh
index 7dfed79..e6e9de8 100644
--- a/contrib/ssh
+++ b/contrib/ssh
@@ -225,7 +225,7 @@ _scp()
 
 	return 0
 }
-complete -F _scp $nospace scp
+complete -F _scp $nospace scp sshfs
 
 # ssh-copy-id(1) completion
 #

-- 
bash-completion



More information about the Bash-completion-commits mailing list