[Bash-completion-commits] ./current r1213: * Merge from Gentoo:

David Paleino d.paleino at gmail.com
Thu Dec 11 19:04:37 UTC 2008


------------------------------------------------------------
revno: 1213
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Thu 2008-12-11 20:04:37 +0100
message:
  * Merge from Gentoo:
    - fix 'find' completion so that it properly completes on -?(i)whilename.
      Patch by Ciaran McCreesh.
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-11-22 17:10:38 +0000
+++ b/bash_completion	2008-12-11 19:04:37 +0000
@@ -1057,7 +1057,7 @@
 		_command
 		return 0
 		;;
-	-[acm]min|-[acm]time|-?(i)?(l)name|-inum|-?(i)path|-?(i)regex| \
+	-[acm]min|-[acm]time|-?(i)?(l)(whole)name|-inum|-?(i)path|-?(i)regex| \
 	-links|-perm|-size|-used|-printf)
 		# do nothing, just wait for a parameter to be given
 		return 0
@@ -1086,7 +1086,7 @@
 			-links -lname -mmin -mtime -name -newer -nouser \
 			-nogroup -perm -regex -size -true -type -uid -used \
 			-user -xtype -exec -fls -fprint -fprint0 -fprintf -ok \
-			-print -print0 -printf -prune -ls' -- $cur ) )
+			-print -print0 -printf -prune -ls -wholename -iwholename' -- $cur ) )
 
 	# this removes any options from the list of completions that have
 	# already been specified somewhere on the command line, as long as

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-11-25 14:14:27 +0000
+++ b/debian/changelog	2008-12-11 19:04:37 +0000
@@ -46,6 +46,9 @@
   * TODO updated: the Alioth team is now upstream.
   * Added qdbus completion, thanks to Terence Simpson (LP: #257903)
   * Added monodevelop and mdtool completions.
+  * Merge from Gentoo:
+    - fix 'find' completion so that it properly completes on -?(i)whilename.
+      Patch by Ciaran McCreesh.
   * debian/links fixed (Closes: #494292)
   * debian/control:
     - fixed typo in the long description



More information about the Bash-completion-commits mailing list