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

Freddy Vulto fvulto at gmail.com
Wed Aug 12 20:29:03 UTC 2009


The following commit has been merged in the master branch:
commit a1f5b2e2d0b22b02b6b633d39731e06d09294693
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Wed Aug 12 22:28:42 2009 +0200

    Fix _known_hosts_real() comment

diff --git a/bash_completion b/bash_completion
index ec4e070..ab03d52 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1063,8 +1063,9 @@ _known_hosts()
 }
 
 # Helper function for completing _known_hosts.
-# This function performs host completion based on ssh's known_hosts files,
-# defaulting to standard host completion if they don't exist.
+# This function performs host completion based on ssh's known_hosts files.
+# Also hosts from HOSTFILE (compgen -A hostname) are added, unless
+# COMP_KNOWN_HOSTS_WITH_HOSTFILE is set to an empty value.
 # Usage: _known_hosts_real [OPTIONS] CWORD
 # Options:  -a             Use aliases
 #           -c             Use `:' suffix

-- 
bash-completion



More information about the Bash-completion-commits mailing list