The following commit has been merged in the master branch:
commit 1b336660d7c73f536fd6bf4363d5b6347c2db0ac
Author: Ville Skyttä <[email protected]>
Date:   Thu Mar 4 20:24:06 2010 +0200

    Add/fix implicit xz decompress support (Alioth: #312383).

diff --git a/contrib/tar b/contrib/tar
index 5bc9989..8f4fc54 100644
--- a/contrib/tar
+++ b/contrib/tar
@@ -19,7 +19,7 @@ _tar()
         return 0
         ;;
     +([^IZzJjy])f)
-        ext='t@(ar?(.@(Z|gz|bz?(2)|lz?(ma)))|gz|bz?(2)|lz?(ma))'
+        ext='t@(ar?(.@(Z|gz|bz?(2)|lz?(ma)|xz))|gz|bz?(2)|lz?(ma)|xz)'
         regex='t\(ar\(\.\(Z\|gz\|bz2\?\|lzma\|xz\)\)\?\|gz\|bz2\?\|lzma\|xz\)'
         ;;
     *[Zz]*f)

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to