[Bash-completion-devel] [bash-completion-Bugs][312383] Add xz for implicit tar

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Thu Mar 4 18:29:27 UTC 2010


Bugs item #312383, was changed at 2010-03-04 11:53 by Ville Skyttä 
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312383&group_id=100114

>Status: Closed
Priority: 3
Submitted By: Nobody (None)
>Assigned to: Ville Skyttä  (scop-guest)
Summary: Add xz for implicit tar 
Distribution: --Distribution-Agnostic--
Originally reported in: None
Milestone: None
>Status: Accepted
Original bug number: 


Initial Comment:
Add xz support for implicit decompression (i.e. tar xf sql.tar.xz)

We have the support in the regex section, but we're missing it from the ext section. I just copied from the '*[J]*f' case and put it into the '+([^IZzJjy])f' case

Note: it already works for the tar xJf case.

Patch attached.

----------------------------------------------------------------------

>Comment By: Ville Skyttä  (scop-guest)
Date: 2010-03-04 20:29

Message:
Applied, thanks.

In the future, please commit your changes locally and use git format-patch to generate patches instead of doing git diffs - in addition to being slightly easier for us, that'll take care of appropriate credits for your contributions automatically.

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312383&group_id=100114



More information about the Bash-completion-devel mailing list