[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 3438a5547a26757856af1beff6ae549fd6fb66d9

Ville Skyttä ville.skytta at iki.fi
Tue Jan 26 21:34:34 UTC 2010


The following commit has been merged in the master branch:
commit 3438a5547a26757856af1beff6ae549fd6fb66d9
Author: Ildar Mulyukov <ildar at altlinux.ru>
Date:   Tue Jan 26 23:33:24 2010 +0200

    Add showmount completion (Alioth: #312285).

diff --git a/CHANGES b/CHANGES
index dc626b1..69f4015 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,6 +74,9 @@ bash-completion (2.x)
   [ Adrian Friedli ]
   * Add ipv6calc completion.
 
+  [ Ildar Mulyukov ]
+  * Add showmount completion (Alioth: #312285).
+
  -- David Paleino <d.paleino at gmail.com>  Sun, 11 Oct 2009 11:11:57 +0200
 
 bash-completion (1.1)
diff --git a/bash_completion b/bash_completion
index b01d495..b6709bd 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1402,7 +1402,7 @@ _known_hosts_real()
 } # _known_hosts_real()
 complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
     ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
-    ssh-installkeys
+    ssh-installkeys showmount
 
 # This meta-cd function observes the CDPATH variable, so that cd additionally
 # completes on directories under those specified in CDPATH.

-- 
bash-completion



More information about the Bash-completion-commits mailing list