Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-21 | 53238 (+53239 Mikael): support dnf5 | Jun-ichi Takimoto | 2 | -55/+664 | |
some options etc for dnf4 are also updated | |||||
2024-01-26 | github #110: Fix incorrect completion for `dnf --showduplicates` | OpenSauce | 1 | -1/+1 | |
2023-11-22 | 52315: completion options update | Oliver Kiddle | 1 | -5/+8 | |
2021-11-12 | github #82: Fix typos | Dimitris Apostolou | 1 | -1/+1 | |
2021-08-29 | 49319: completion options update | Oliver Kiddle | 1 | -0/+1 | |
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 1 | -1/+1 | |
2020-08-18 | 47323: _rpmbuild: Complete file arguments after -r/-b/-t. | Daniel Shahaf | 1 | -1/+1 | |
2020-05-03 | 45614: update _dnf | Jun-ichi Takimoto | 1 | -101/+454 | |
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 1 | -1/+1 | |
2019-09-30 | 44788: handle newer rpm commands like rpmkeys, rpmsign and update options | Oliver Kiddle | 1 | -126/+240 | |
2019-05-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 1 | -1/+1 | |
2018-03-28 | 42549: also handle the yumdb command in yum completion | Oliver Kiddle | 1 | -1/+53 | |
2018-01-02 | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 1 | -1/+1 | |
2017-11-13 | Specify system python in dnf completion | Malcolm Ramsay | 1 | -2/+2 | |
The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment. | |||||
2017-09-18 | 41725: assorted minor updates to completion functions | Oliver Kiddle | 1 | -1/+1 | |
2016-11-24 | 40004: fix cache mechanism, complete groups and other minor improvements | Oliver Kiddle | 1 | -132/+153 | |
2016-11-12 | 39920: extend yum completion | Paul Seyfert | 1 | -197/+346 | |
adding the following yum commands: * update-to (just what update expands) * upgrade-to (just what update expands) * history (the actual tricky one) * help (printing the available commands) * load-transaction (_files) * load-ts (_files) * check (just what the man page suggested) * reinstall (just what erase does - suggest installed packages) * downgrade (just what erase does - suggest installed packages) * repolist (just what the man page suggested) * distribution-synchronization (just what erase does - suggest installed packages) * distro-sync (just what erase does - suggest installed packages) A few history commands don't get expanded. Taken from the man page of yum 3.2.29. Reindented file. | |||||
2016-10-07 | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 1 | -1/+1 | |
-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-08-19 | 39067: update options to correspond to latest versions of software in ↵ | Oliver Kiddle | 1 | -2/+3 | |
various functions | |||||
2015-12-13 | 37397: Optimised update to dnf completion | Adrien Vergé | 1 | -248/+168 | |
2015-10-31 | 37028: new scl completion | Oliver Kiddle | 1 | -0/+38 | |
2015-06-02 | Adrien Vergé: 35352: completion for new Redhat package manager | Oliver Kiddle | 1 | -0/+278 | |
2015-05-26 | 35292: yum install complets local files | Eric Cook | 1 | -4/+18 | |
2015-03-05 | 34654: Improved rpm -q --whatprovides completion | Peter Stephenson | 1 | -1/+10 | |
2015-01-23 | 34335: fix bugs in _yum_all_pkgs | Jun-ichi Takimoto | 1 | -5/+5 | |
2014-10-14 | 33467: correct return status on functions and numerous other minor fixes | Oliver Kiddle | 1 | -9/+9 | |
2014-08-23 | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2 | -4/+0 | |
2011-05-22 | 29328: Another missing backslash in _git, remove some not needed backslashes ↵ | Mikael Magnusson | 1 | -1/+1 | |
in array definitions. | |||||
2011-04-11 | users/15945: various _yum corrections and updates | Peter Stephenson | 1 | -10/+16 | |
2010-06-06 | unposted: fix incorrectly capitalized completion descriptions | Doug Kearns | 1 | -36/+36 | |
2010-04-20 | "Akinori MUSHA: 27892: update service & init completion for FreeBSD | Peter Stephenson | 2 | -23/+0 | |
2008-11-02 | 25988: declare temporary cache array as local, thanks to problem noticed by ↵ | Clint Adams | 2 | -11/+13 | |
Kazuhiro NISHIYAMA. | |||||
2008-06-05 | unposted: fix typo in _rpm | Doug Kearns | 1 | -1/+1 | |
2005-12-19 | unposted: updated _yum from Scott Murray | Peter Stephenson | 1 | -13/+38 | |
2005-11-06 | Scott Murray: users/9648: new _yum completion | Peter Stephenson | 2 | -0/+270 | |
2004-01-21 | 19387: add (-.) glob qualifier to globs where only files are directly applicable | Oliver Kiddle | 1 | -6/+6 | |
2003-07-31 | tidy up of many completions (updates, fixes, improvements and plain aesthetics) | Oliver Kiddle | 1 | -135/+180 | |
2002-05-23 | unposted: use zstyle again now when it works | Andrey Borzenkov | 1 | -4/+3 | |
2002-05-12 | unposted: fix context name; do not set style by default until it works | Andrey Borzenkov | 1 | -3/+4 | |
2002-05-08 | 17075, 17076: _urpmi and chkconfig/services | Andrey Borzenkov | 2 | -0/+23 | |
2002-04-16 | make more calls to _message use the -e option (16988) | Sven Wischnowsky | 1 | -2/+2 | |
2001-08-27 | Added package-specification options to --verify. | Wayne Davison | 1 | -2/+2 | |
2001-08-15 | 15630: update caching policy for newer versions of rpm. | Adam Spiers | 1 | -1/+4 | |
2001-06-05 | Add --nobuild and --nogpg to rpm completion. | Chmouel Boudjnah | 1 | -2/+2 | |
2001-05-29 | spelling corrections | Oliver Kiddle | 1 | -1/+1 | |
2001-04-02 | new or changed after move | Sven Wischnowsky | 2 | -0/+7 | |
2001-04-02 | moved from Completion/Linux/_rpm | Sven Wischnowsky | 1 | -0/+278 | |