about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tar
Commit message (Collapse)AuthorAgeFilesLines
* 44768: _tar: improve completion of long optionsJun-ichi Takimoto2019-09-201-1/+1
|
* unposted: complete also for bsdtarOliver Kiddle2018-08-281-1/+1
|
* 42585: improve completion for libarchive-based tarJun-ichi Takimoto2018-04-051-1/+1
| | | | | | Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler).
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-281-1/+1
| | | | | | _call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
* 42176: _tar: update long optionsJun-ichi Takimoto2017-12-271-2/+8
|
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer2016-02-141-1/+1
| | | | errors
* 35168: Improve parsing of case patterns.Peter Stephenson2015-05-181-1/+1
| | | | | | | | | | | | | | "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility.
* 30019: _tar: fix parsing of argument to -C.Mikael Magnusson2011-12-131-1/+1
|
* 27448: mild understanding of xz-compressed tarballs.Clint Adams2009-12-031-0/+4
|
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-111-1/+1
|
* allow - before first argument of tarPeter Stephenson2006-10-101-0/+2
|
* unposted: autoload is-at-least in _tar if using GNU tar.Clint Adams2006-06-251-1/+2
|
* 22513: only do that for GNU tar >= 1.14.91.Clint Adams2006-06-241-1/+7
|
* 22511: complete compressed archive filenames for GNU tar even when a compressionClint Adams2006-06-241-0/+2
| | | | option is not specified.
* correct typo from recent changeOliver Kiddle2003-02-271-1/+1
|
* 18300: handle tar's -C option betterOliver Kiddle2003-02-261-11/+32
|
* moved from Completion/User/_tarSven Wischnowsky2001-04-021-0/+150