Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41907: further deborphan update | Gautam | 2017-10-16 | 1 | -31/+31 |
| | |||||
* | 41904: new deborphan and updated xrandr completions | Gautam | 2017-10-16 | 1 | -0/+42 |
| | |||||
* | 41474: Fix pbuilder's --distribution,--architecture completion. | Daniel Shahaf | 2017-08-01 | 2 | -2/+14 |
| | |||||
* | 40965: fix for missing local declarations of expl | Oliver Kiddle | 2017-04-26 | 7 | -13/+15 |
| | |||||
* | 40303: _bts: Add more subcommands. | Daniel Shahaf | 2017-01-10 | 1 | -6/+58 |
| | | | | Since 'done' is deprecated, stop offering it but do complete after it. | ||||
* | 40036: _bts: Complete removal syntaxes correctly. | Daniel Shahaf | 2016-11-30 | 1 | -1/+1 |
| | | | | | The incumbent pattern matched the minus in 'bts tag 42 - <TAB>' (and other, similar subcommands). | ||||
* | 40018 + 40019: Add missing commands to Debian apt completion | Laurent Arnoud | 2016-11-25 | 1 | -5/+17 |
| | | | | | Upstream ref https://github.com/Debian/apt/commit/5aba18968d87500232244760101ab2954c106581 | ||||
* | 39890: typo corrections in completion functions | Oliver Kiddle | 2016-11-09 | 4 | -7/+7 |
| | |||||
* | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 2016-10-07 | 1 | -2/+2 |
| | | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/ | ||||
* | 39480: _reportbug: Complete absolute filenames, too. | Daniel Shahaf | 2016-09-30 | 1 | -1/+2 |
| | |||||
* | 39385: _bts: Complete more argument types for 'cache' and 'show'. | Daniel Shahaf | 2016-09-20 | 1 | -4/+7 |
| | |||||
* | 39374: _apt: Complete package versions in the 'packagename=<version>' syntax. | Daniel Shahaf | 2016-09-18 | 1 | -1/+40 |
| | |||||
* | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵ | Oliver Kiddle | 2016-09-11 | 3 | -0/+3 |
| | | | | | | | with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command | ||||
* | 38990: _debbugs_bugnumber: Track bts's data dir migration. | Daniel Shahaf | 2016-08-05 | 1 | -2/+7 |
| | |||||
* | unposted: _deb_packages: Minor optimization. | Daniel Shahaf | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | 38901: _schroot: Add -r/--run-session | Felipe Sateler | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | 38482: complete available packages for apt list. | Clint Adams | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | 38453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too. | Daniel Shahaf | 2016-05-10 | 1 | -3/+2 |
| | |||||
* | 38452: _apt: Complete releases by codename ('jessie', 'sid', etc). | Daniel Shahaf | 2016-05-10 | 1 | -1/+3 |
| | |||||
* | 38451: _apt: Complete 'apt-get download'. | Daniel Shahaf | 2016-05-10 | 1 | -2/+2 |
| | |||||
* | 38401: _deb_packages: New completion for source packages. | Daniel Shahaf | 2016-05-06 | 1 | -3/+18 |
| | |||||
* | 38399: _bts: Complete debbugs bug numbers from `bts cache`. | Daniel Shahaf | 2016-05-04 | 3 | -18/+23 |
| | |||||
* | unposted: _querybts: Fix positional arguments' description. | Daniel Shahaf | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | 37923: Completion: _bts: Fix quoting of $DEBEMAIL. | Daniel Shahaf | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | 37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and later | Axel Beckert | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | Add missing apt purge and autoremove subcommands | Felipe Sateler | 2015-12-26 | 1 | -1/+3 |
| | |||||
* | 37256: _debchange (_dch): Update completion. | Daniel Shahaf | 2015-11-30 | 1 | -6/+74 |
| | |||||
* | 36321: _debcheckout: New completion. | Daniel Shahaf | 2015-08-29 | 1 | -0/+21 |
| | |||||
* | 33712: add --auto-remove option | saga | 2014-11-21 | 1 | -0/+1 |
| | |||||
* | 33485: fixes for zstyle context handling | Oliver Kiddle | 2014-10-21 | 5 | -44/+45 |
| | |||||
* | 33467: correct return status on functions and numerous other minor fixes | Oliver Kiddle | 2014-10-14 | 2 | -5/+10 |
| | |||||
* | 33424: use common function for completing Debian architectures | Oliver Kiddle | 2014-10-11 | 10 | -86/+95 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 3 | -53/+0 |
| | |||||
* | 32814: Add some more recent dpkg options | Sebastian Ramacher | 2014-07-04 | 1 | -0/+12 |
| | | | | | | | | Expands dpkg completion by adding the --add-architecture, --remove-architecture, and --print-foreign-architectures options. Initially submitted to Debian at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13 | ||||
* | 32815: aptitude completion missing resolver options | Daniel Bolton | 2014-07-04 | 1 | -0/+2 |
| | | | | | | Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760 | ||||
* | 32819: Update for axi-cache completion | Felipe Sateler | 2014-07-04 | 1 | -2/+6 |
| | | | | | | | Add some subcommands and to disable file name completion for the subcommands info and help. Initially submitted to Debian at https://bugs.debian.org/729921 | ||||
* | 32533: add completion for "apt-mark" | Sebastian Ramacher | 2014-04-06 | 1 | -1/+32 |
| | |||||
* | 32532: completion for "apt" command | Alessandro Ghedini | 2014-04-06 | 1 | -1/+34 |
| | |||||
* | unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1 | Peter Stephenson | 2013-11-06 | 1 | -0/+1 |
| | | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles. | ||||
* | 31572: Completion/Debian/Command/_linda: Deleted | Richard Hartmann | 2013-07-24 | 2 | -27/+0 |
| | |||||
* | 31500: Completion/Debian/Command/_dput: dput-ng completion support from ↵ | Clint Adams | 2013-06-28 | 1 | -16/+45 |
| | | | | Sebastian Ramacher. | ||||
* | 31499: dcut completion from Sebastian Ramacher. | Clint Adams | 2013-06-28 | 1 | -0/+160 |
| | |||||
* | 31xxx: Completion/Debian/Command/_dak: complete files for subcommands that ↵ | Clint Adams | 2013-06-28 | 1 | -0/+4 |
| | | | | are not explicitly specified. | ||||
* | fix dpkg-deb completion broken by 30199 (spotted by Mikael) | Oliver Kiddle | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | 30199: add (-.) to many completion _files globs | Oliver Kiddle | 2012-02-10 | 7 | -13/+13 |
| | |||||
* | 29783: _update-alternatives: Add more options. | Mikael Magnusson | 2011-12-14 | 1 | -14/+24 |
| | |||||
* | 29762: bts completion tag update from Ansgar Burchardt. | Clint Adams | 2011-09-10 | 1 | -8/+10 |
| | |||||
* | 29733: Jonathan: add apt-get changelog completion. | Mikael Magnusson | 2011-09-06 | 1 | -1/+2 |
| | |||||
* | * 29582, 29589: Update handling of third-party Git commands | Nikolai Weibull | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' ↵ | Frank Terbeck | 2011-07-01 | 1 | -1/+34 |
| | | | | option. |