about summary refs log tree commit diff
path: root/Completion/Debian
Commit message (Collapse)AuthorAgeFilesLines
* 47294: updates to options in aptitude completionOliver Kiddle2020-08-101-48/+67
|
* unposted: Use alternation patterns rather than brace expansionDaniel Shahaf2020-05-071-2/+2
| | | | (Cf. discussion on GitLab !12.)
* 45731: _debsnap: New completion function.Daniel Shahaf2020-05-031-0/+77
|
* 45524: Add completion for dscverify(1) from Debian's devscripts.Romain Porte2020-03-101-0/+30
|
* unposted: Two additional typo fixes.Daniel Shahaf2020-01-091-1/+1
|
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 44698, 45000: Baptiste BEAUPLAT: Completion for sbuildBaptiste BEAUPLAT2019-12-161-0/+141
|
* 44614: apt list option completionOliver Kiddle2019-08-191-5/+10
|
* 44160 (tweaked): Completion: Add _deb_files, match *.ddebdana2019-03-257-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
* 44080: Completion: Fix several option-description typosdana2019-02-263-3/+3
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-231-0/+20
|
* 43088: Fix wajig sub-command completiondana2018-06-231-1/+2
|
* 42591: complete *.changes and *.dsc files alongside *.debOliver Kiddle2018-04-051-1/+1
|
* 42497 (tweaked c.f. 42498): make completion after apt install work on local ↵Oliver Kiddle2018-03-231-13/+14
| | | | .deb files
* 42186: _apt: Fix completion of target_release names, e.g., 'apt install ↵Daniel Shahaf2017-12-301-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.
* 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'.
* 41907: further deborphan updateGautam2017-10-161-31/+31
|
* 41904: new deborphan and updated xrandr completionsGautam2017-10-161-0/+42
|
* 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