Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-23 | github #124: _dpkg: remove --largemem, --smallmem options | Ryan Rotter | 1 | -2/+0 | |
These options were deleted in 2009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468106 | |||||
2023-09-20 | 52102: Add subcommand autopurge to apt completion | Jörg Sommer | 1 | -9/+5 | |
Autopurge (like autoremove) take the same options like purge and remove the given packages along with their dependencies they become unused. | |||||
2023-03-13 | Sven Joachim: 51563: Fix unmatched double quote | Sven Joachim | 1 | -1/+1 | |
2021-11-12 | github #82: Fix typos | Dimitris Apostolou | 1 | -1/+1 | |
2021-08-29 | 49315: list units in brackets at the end of group descriptions | Oliver Kiddle | 1 | -1/+1 | |
2021-07-11 | 49158: remove superfluous function definitions | Oliver Kiddle | 1 | -21/+17 | |
2021-07-10 | 49156: make wider use of the convention of square brackets for defaults | Oliver Kiddle | 1 | -3/+3 | |
2021-07-09 | 49151: remove commas erroneously included in _arguments exclusion lists | Oliver Kiddle | 3 | -8/+8 | |
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 4 | -6/+6 | |
2020-08-10 | 47294: updates to options in aptitude completion | Oliver Kiddle | 1 | -48/+67 | |
2020-05-07 | unposted: Use alternation patterns rather than brace expansion | Daniel Shahaf | 1 | -2/+2 | |
(Cf. discussion on GitLab !12.) | |||||
2020-05-03 | 45731: _debsnap: New completion function. | Daniel Shahaf | 1 | -0/+77 | |
2020-03-10 | 45524: Add completion for dscverify(1) from Debian's devscripts. | Romain Porte | 1 | -0/+30 | |
2020-01-09 | unposted: Two additional typo fixes. | Daniel Shahaf | 1 | -1/+1 | |
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 1 | -1/+1 | |
2019-12-16 | 44698, 45000: Baptiste BEAUPLAT: Completion for sbuild | Baptiste BEAUPLAT | 1 | -0/+141 | |
2019-08-19 | 44614: apt list option completion | Oliver Kiddle | 1 | -5/+10 | |
2019-03-25 | 44160 (tweaked): Completion: Add _deb_files, match *.ddeb | dana | 7 | -17/+34 | |
Add new helper function for generating Debian package/control files, use it where applicable Adjusted only for minor white-space corruption in original patch | |||||
2019-02-26 | 44080: Completion: Fix several option-description typos | dana | 3 | -3/+3 | |
2018-08-23 | 43301: add some functions from zsh-completions project | Oliver Kiddle | 1 | -0/+20 | |
2018-06-23 | 43088: Fix wajig sub-command completion | dana | 1 | -1/+2 | |
2018-04-05 | 42591: complete *.changes and *.dsc files alongside *.deb | Oliver Kiddle | 1 | -1/+1 | |
2018-03-23 | 42497 (tweaked c.f. 42498): make completion after apt install work on local ↵ | Oliver Kiddle | 1 | -13/+14 | |
.deb files | |||||
2017-12-30 | 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵ | Daniel Shahaf | 1 | -1/+1 | |
zsh/<TAB>'. When local-apt-repository is installed, 'apt-cache policy' contains . 100 /var/lib/dpkg/status release a=now 500 file:/var/lib/local-apt-repository ./ Packages release o=local-apt-repository,c= . which was matched by the pattern being patched. | |||||
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-10-16 | 41907: further deborphan update | Gautam | 1 | -31/+31 | |
2017-10-16 | 41904: new deborphan and updated xrandr completions | Gautam | 1 | -0/+42 | |
2017-08-01 | 41474: Fix pbuilder's --distribution,--architecture completion. | Daniel Shahaf | 2 | -2/+14 | |
2017-04-26 | 40965: fix for missing local declarations of expl | Oliver Kiddle | 7 | -13/+15 | |
2017-01-10 | 40303: _bts: Add more subcommands. | Daniel Shahaf | 1 | -6/+58 | |
Since 'done' is deprecated, stop offering it but do complete after it. | |||||
2016-11-30 | 40036: _bts: Complete removal syntaxes correctly. | Daniel Shahaf | 1 | -1/+1 | |
The incumbent pattern matched the minus in 'bts tag 42 - <TAB>' (and other, similar subcommands). | |||||
2016-11-25 | 40018 + 40019: Add missing commands to Debian apt completion | Laurent Arnoud | 1 | -5/+17 | |
Upstream ref https://github.com/Debian/apt/commit/5aba18968d87500232244760101ab2954c106581 | |||||
2016-11-09 | 39890: typo corrections in completion functions | Oliver Kiddle | 4 | -7/+7 | |
2016-10-07 | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 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/ | |||||
2016-09-30 | 39480: _reportbug: Complete absolute filenames, too. | Daniel Shahaf | 1 | -1/+2 | |
2016-09-20 | 39385: _bts: Complete more argument types for 'cache' and 'show'. | Daniel Shahaf | 1 | -4/+7 | |
2016-09-18 | 39374: _apt: Complete package versions in the 'packagename=<version>' syntax. | Daniel Shahaf | 1 | -1/+40 | |
2016-09-11 | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵ | Oliver Kiddle | 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 | |||||
2016-08-05 | 38990: _debbugs_bugnumber: Track bts's data dir migration. | Daniel Shahaf | 1 | -2/+7 | |
2016-07-23 | unposted: _deb_packages: Minor optimization. | Daniel Shahaf | 1 | -1/+1 | |
2016-07-21 | 38901: _schroot: Add -r/--run-session | Felipe Sateler | 1 | -0/+1 | |
2016-05-12 | 38482: complete available packages for apt list. | Clint Adams | 1 | -1/+1 | |
2016-05-10 | 38453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too. | Daniel Shahaf | 1 | -3/+2 | |
2016-05-10 | 38452: _apt: Complete releases by codename ('jessie', 'sid', etc). | Daniel Shahaf | 1 | -1/+3 | |
2016-05-10 | 38451: _apt: Complete 'apt-get download'. | Daniel Shahaf | 1 | -2/+2 | |
2016-05-06 | 38401: _deb_packages: New completion for source packages. | Daniel Shahaf | 1 | -3/+18 | |
2016-05-04 | 38399: _bts: Complete debbugs bug numbers from `bts cache`. | Daniel Shahaf | 3 | -18/+23 | |
2016-05-01 | unposted: _querybts: Fix positional arguments' description. | Daniel Shahaf | 1 | -1/+1 | |
2016-02-09 | 37923: Completion: _bts: Fix quoting of $DEBEMAIL. | Daniel Shahaf | 1 | -2/+2 | |
2015-12-27 | 37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and later | Axel Beckert | 1 | -1/+1 | |