| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 50421: add context as the 1st arg to _dispatch | Jun-ichi Takimoto | 2022-07-24 | 1 | -1/+2 |
* | users/27852: local _compskip to avoid propagating any changes by _normal | Bart Schaefer | 2022-07-16 | 1 | -1/+1 |
* | 50323: create helper for shadowing builtins or existing functions and use it ... | Bart Schaefer | 2022-06-04 | 2 | -1/+73 |
* | Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide with... | Bart Schaefer | 2022-05-30 | 1 | -0/+1 |
* | github #94: Support .zst kernel modules with modutils | Norbert Lange | 2022-05-25 | 1 | -1/+1 |
* | github #93: Replace /etc/mtab with /proc/self/mounts for Linux | Norbert Lange | 2022-05-25 | 3 | -3/+8 |
* | 50278: use `man -w` in preference to `manpath`; fix caching and precedence of -M | Bart Schaefer | 2022-05-22 | 1 | -17/+28 |
* | github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxes | Arvid Norlander | 2022-05-20 | 1 | -3/+9 |
* | 50176 (tweaked): Improve htop completion | dana | 2022-05-08 | 1 | -11/+55 |
* | 50184: fix inclusion of -S separator in -r options passed to compadd through ... | Bart Schaefer | 2022-05-07 | 1 | -1/+1 |
* | Marlon Richert: 49954: gradle completion improvements | Bart Schaefer | 2022-05-07 | 1 | -53/+61 |
* | unposted: Fix util-linux variant detection in _getopt | dana | 2022-04-26 | 1 | -3/+4 |
* | unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when GLOB_... | Bart Schaefer | 2022-04-19 | 1 | -1/+1 |
* | 50017: allow lowercase to match with uppercase in timezone name | Jun-ichi Takimoto | 2022-04-12 | 1 | -1/+2 |
* | 49968: _adb: also replace model names, since device names aren't sent on wifi... | Mikael Magnusson | 2022-04-03 | 1 | -0/+2 |
* | 49967: _adb: Handle dumpsys SurfaceFlinger arguments | Mikael Magnusson | 2022-04-03 | 1 | -3/+51 |
* | 49966: _adb: Parse device spec correctly | Mikael Magnusson | 2022-04-03 | 1 | -6/+5 |
* | 49965: _adb: use $CURRENT instead of $#words | Mikael Magnusson | 2022-04-03 | 1 | -6/+6 |
* | 49964: _adb: Complete services for start/stop | Mikael Magnusson | 2022-04-03 | 1 | -1/+15 |
* | 49963: _adb: Fix device serial completion for hostname:port syntax | Mikael Magnusson | 2022-04-03 | 1 | -1/+1 |
* | 49962: _adb: Add dumpsys and cmd completion | Mikael Magnusson | 2022-04-03 | 1 | -1/+21 |
* | 49961: _adb: handle exec-out like shell | Mikael Magnusson | 2022-04-03 | 1 | -1/+2 |
* | 49959: _brace_parameter: add (-) | Mikael Magnusson | 2022-04-03 | 1 | -1/+2 |
* | unposted (see 48073): _fc: Complete new -s option | dana | 2022-04-02 | 1 | -1/+2 |
* | 49943: offer only timezone files starting with uppercase | Jun-ichi Takimoto | 2022-04-01 | 1 | -1/+1 |
* | unposted: Fix typo | Matthew Martin | 2022-04-01 | 1 | -1/+1 |
* | 49932: Update _brace_parameter # description | Matthew Martin | 2022-03-31 | 1 | -1/+1 |
* | 49931: Update _bsd_pkg | Matthew Martin | 2022-03-31 | 1 | -21/+26 |
* | 49917: change sense of "Ignore insecure ..." answer and use "autoload -r" | Bart Schaefer | 2022-03-29 | 1 | -10/+8 |
* | 49875: completion for info -f. | Peter Stephenson | 2022-03-24 | 1 | -2/+7 |
* | 49852: Add _routing_domains and _routing_tables types | Matthew Martin | 2022-03-18 | 9 | -8/+19 |
* | 49851: _login_class: Complete login.conf.d classes | Matthew Martin | 2022-03-18 | 1 | -1/+8 |
* | 49766: _less: add quotes to -" and -# | Jun-ichi Takimoto | 2022-02-23 | 1 | -2/+2 |
* | 49765: _less: add option --color as synonym for -D | Jun-ichi Takimoto | 2022-02-23 | 1 | -2/+2 |
* | 49757 (sourceforge #1): offer *.dtx as TeX input files | samcarter | 2022-02-16 | 1 | -1/+1 |
* | 49730: new completions for csplit, pr, ptx, truncate | Jun-ichi Takimoto | 2022-02-04 | 4 | -0/+277 |
* | 49731: Add OpenBSD sys{clean,merge,patch,upgrade} completion | Matthew Martin | 2022-02-02 | 4 | -0/+28 |
* | 49715: _subversion: add: Complete target arguments to this subcommand | Daniel Shahaf | 2022-01-29 | 1 | -10/+14 |
* | 49714: _subversion: resolve: Complete conflicted files created by merges, too | Daniel Shahaf | 2022-01-29 | 1 | -1/+5 |
* | 49713: _subversion: commit, diff, revert: Update completions for svn 1.7 and ... | Daniel Shahaf | 2022-01-29 | 1 | -26/+43 |
* | 49712: _subversion: svn rm: Complete all svn-controlled files, not only missi... | Daniel Shahaf | 2022-01-29 | 1 | -1/+1 |
* | 49711: _subversion: _svn_status: Don't offer unversioned files | Daniel Shahaf | 2022-01-29 | 1 | -1/+1 |
* | gitlab !17: Add missing options for quilt setup command | Andreas Schneider | 2022-01-23 | 1 | -0/+2 |
* | 49664: Use associative array for third-party completion | Aaron Schrab | 2021-12-29 | 1 | -4/+4 |
* | 49668: update zfs completion | Oliver Kiddle | 2021-12-29 | 4 | -893/+1359 |
* | 49655 based on 34928 (Daniel Hahler): new pip completion | Oliver Kiddle | 2021-12-21 | 1 | -0/+213 |
* | 49648 based on github #80 (Vincent Bernat): invert before/since for date glob... | Oliver Kiddle | 2021-12-16 | 2 | -7/+5 |
* | 49645: when completing for the path_dirs option, add a / suffix and follow sy... | Oliver Kiddle | 2021-12-13 | 1 | -6/+7 |
* | 49643: facilitate use of the fake style by always calling _description with t... | Oliver Kiddle | 2021-12-13 | 1 | -4/+8 |
* | 49633: update options for git 2.34 | Oliver Kiddle | 2021-12-07 | 1 | -124/+238 |