Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-30 | 51249: use of --force-local with tar completion | Daniel Shahaf | 1 | -1/+1 | |
2019-09-20 | 44768: _tar: improve completion of long options | Jun-ichi Takimoto | 1 | -1/+1 | |
2018-08-28 | unposted: complete also for bsdtar | Oliver Kiddle | 1 | -1/+1 | |
2018-04-05 | 42585: improve completion for libarchive-based tar | Jun-ichi Takimoto | 1 | -1/+1 | |
Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler). | |||||
2017-12-28 | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 1 | -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'. | |||||
2017-12-27 | 42176: _tar: update long options | Jun-ichi Takimoto | 1 | -2/+8 | |
2016-02-14 | 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵ | Barton E. Schaefer | 1 | -1/+1 | |
errors | |||||
2015-05-18 | 35168: Improve parsing of case patterns. | Peter Stephenson | 1 | -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. | |||||
2011-12-13 | 30019: _tar: fix parsing of argument to -C. | Mikael Magnusson | 1 | -1/+1 | |
2009-12-03 | 27448: mild understanding of xz-compressed tarballs. | Clint Adams | 1 | -0/+4 | |
2008-07-11 | 25276: use autoload -z for zsh-autoload functions | Peter Stephenson | 1 | -1/+1 | |
2006-10-10 | allow - before first argument of tar | Peter Stephenson | 1 | -0/+2 | |
2006-06-25 | unposted: autoload is-at-least in _tar if using GNU tar. | Clint Adams | 1 | -1/+2 | |
2006-06-24 | 22513: only do that for GNU tar >= 1.14.91. | Clint Adams | 1 | -1/+7 | |
2006-06-24 | 22511: complete compressed archive filenames for GNU tar even when a compression | Clint Adams | 1 | -0/+2 | |
option is not specified. | |||||
2003-02-27 | correct typo from recent change | Oliver Kiddle | 1 | -1/+1 | |
2003-02-26 | 18300: handle tar's -C option better | Oliver Kiddle | 1 | -11/+32 | |
2001-04-02 | moved from Completion/User/_tar | Sven Wischnowsky | 1 | -0/+150 | |