summary refs log tree commit diff
path: root/Completion/Debian
Commit message (Collapse)AuthorAgeFilesLines
* 41474: Fix pbuilder's --distribution,--architecture completion.Daniel Shahaf2017-08-012-2/+14
|
* 40965: fix for missing local declarations of explOliver Kiddle2017-04-267-13/+15
|
* 40303: _bts: Add more subcommands.Daniel Shahaf2017-01-101-6/+58
| | | | Since 'done' is deprecated, stop offering it but do complete after it.
* 40036: _bts: Complete removal syntaxes correctly.Daniel Shahaf2016-11-301-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 completionLaurent Arnoud2016-11-251-5/+17
| | | | | Upstream ref https://github.com/Debian/apt/commit/5aba18968d87500232244760101ab2954c106581
* 39890: typo corrections in completion functionsOliver Kiddle2016-11-094-7/+7
|
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-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 Shahaf2016-09-301-1/+2
|
* 39385: _bts: Complete more argument types for 'cache' and 'show'.Daniel Shahaf2016-09-201-4/+7
|
* 39374: _apt: Complete package versions in the 'packagename=<version>' syntax.Daniel Shahaf2016-09-181-1/+40
|
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-113-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 Shahaf2016-08-051-2/+7
|
* unposted: _deb_packages: Minor optimization.Daniel Shahaf2016-07-231-1/+1
|
* 38901: _schroot: Add -r/--run-sessionFelipe Sateler2016-07-211-0/+1
|
* 38482: complete available packages for apt list.Clint Adams2016-05-121-1/+1
|
* 38453: _apt: Complete ${package}/${release} for 'source' and 'build-dep', too.Daniel Shahaf2016-05-101-3/+2
|
* 38452: _apt: Complete releases by codename ('jessie', 'sid', etc).Daniel Shahaf2016-05-101-1/+3
|
* 38451: _apt: Complete 'apt-get download'.Daniel Shahaf2016-05-101-2/+2
|
* 38401: _deb_packages: New completion for source packages.Daniel Shahaf2016-05-061-3/+18
|
* 38399: _bts: Complete debbugs bug numbers from `bts cache`.Daniel Shahaf2016-05-043-18/+23
|
* unposted: _querybts: Fix positional arguments' description.Daniel Shahaf2016-05-011-1/+1
|
* 37923: Completion: _bts: Fix quoting of $DEBEMAIL.Daniel Shahaf2016-02-091-2/+2
|
* 37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and laterAxel Beckert2015-12-271-1/+1
|
* Add missing apt purge and autoremove subcommandsFelipe Sateler2015-12-261-1/+3
|
* 37256: _debchange (_dch): Update completion.Daniel Shahaf2015-11-301-6/+74
|
* 36321: _debcheckout: New completion.Daniel Shahaf2015-08-291-0/+21
|
* 33712: add --auto-remove optionsaga2014-11-211-0/+1
|
* 33485: fixes for zstyle context handlingOliver Kiddle2014-10-215-44/+45
|
* 33467: correct return status on functions and numerous other minor fixesOliver Kiddle2014-10-142-5/+10
|
* 33424: use common function for completing Debian architecturesOliver Kiddle2014-10-1110-86/+95
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-233-53/+0
|
* 32814: Add some more recent dpkg optionsSebastian Ramacher2014-07-041-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 optionsDaniel Bolton2014-07-041-0/+2
| | | | | | Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760
* 32819: Update for axi-cache completionFelipe Sateler2014-07-041-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 Ramacher2014-04-061-1/+32
|
* 32532: completion for "apt" commandAlessandro Ghedini2014-04-061-1/+34
|
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-061-0/+1
| | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
* 31572: Completion/Debian/Command/_linda: DeletedRichard Hartmann2013-07-242-27/+0
|
* 31500: Completion/Debian/Command/_dput: dput-ng completion support from ↵Clint Adams2013-06-281-16/+45
| | | | Sebastian Ramacher.
* 31499: dcut completion from Sebastian Ramacher.Clint Adams2013-06-281-0/+160
|
* 31xxx: Completion/Debian/Command/_dak: complete files for subcommands that ↵Clint Adams2013-06-281-0/+4
| | | | are not explicitly specified.
* fix dpkg-deb completion broken by 30199 (spotted by Mikael)Oliver Kiddle2012-02-141-1/+1
|
* 30199: add (-.) to many completion _files globsOliver Kiddle2012-02-107-13/+13
|
* 29783: _update-alternatives: Add more options.Mikael Magnusson2011-12-141-14/+24
|
* 29762: bts completion tag update from Ansgar Burchardt.Clint Adams2011-09-101-8/+10
|
* 29733: Jonathan: add apt-get changelog completion.Mikael Magnusson2011-09-061-1/+2
|
* * 29582, 29589: Update handling of third-party Git commandsNikolai Weibull2011-07-221-1/+1
|
* Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' ↵Frank Terbeck2011-07-011-1/+34
| | | | option.
* 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on ↵Frank Terbeck2011-07-011-0/+1
| | | | completion description.
* Sebastian Ramacher: 29513: _apt: Add markauto and unmarkauto sub-commands.Frank Terbeck2011-06-281-1/+3
|