| Commit message (Expand) | Author | Age | Files | Lines |
* | unposted: _make: Allow pasted arguments for GNU make's -j option. | Daniel Shahaf | 2018-08-13 | 1 | -1/+1 |
* | unposted (PR #26): __git_files: fix double quotation of star | Marc Cornellà | 2018-08-12 | 1 | -1/+1 |
* | 43254: remove hg -w completion, add hg -S | Anton Shestakov | 2018-08-07 | 1 | -69/+69 |
* | 43252: fix various hg options for completion | Anton Shestakov | 2018-08-07 | 1 | -71/+118 |
* | 43250: add hg forget, phase, summary completion | Anton Shestakov | 2018-08-07 | 1 | -0/+20 |
* | 43251: fix some return values of _hg functions | Anton Shestakov | 2018-08-07 | 1 | -10/+18 |
* | 43253: hg --style deprecated in favour of --template | Anton Shestakov | 2018-08-07 | 1 | -9/+9 |
* | 43207: Improve _bind_addresses, _php | dana | 2018-07-31 | 2 | -66/+205 |
* | 43203: Add completion for lua | dana | 2018-07-25 | 1 | -0/+63 |
* | 43196: Add completion for nginx | dana | 2018-07-20 | 1 | -0/+20 |
* | 43192: _pgrep: simplify completions of list of IDs | Jun-ichi Takimoto | 2018-07-20 | 1 | -89/+22 |
* | 43186: Add completion for cronie/dcron/Vixie crontab | dana | 2018-07-19 | 1 | -0/+68 |
* | 43183: fix '_ttys -o' and use it in _gdb/_pgrep | Jun-ichi Takimoto | 2018-07-19 | 3 | -4/+4 |
* | 43189: _install: similar fix as 43187 for option -f | Jun-ichi Takimoto | 2018-07-19 | 1 | -1/+1 |
* | 43187: Fix completion error about 'm' option of 'install' command | Yasuhiro KIMURA | 2018-07-19 | 1 | -1/+1 |
* | 43182: _lldb: complete process name after option -n | Jun-ichi Takimoto | 2018-07-18 | 1 | -2/+3 |
* | 43166: new zathura completion | Doron Behar | 2018-07-17 | 1 | -1/+1 |
* | 43177: _grep: support bzgrep, and add a few options for macOS | Jun-ichi Takimoto | 2018-07-18 | 1 | -7/+13 |
* | 43164: _gcc: fix 'args=' to 'args+=', and update a few options | Jun-ichi Takimoto | 2018-07-11 | 1 | -4/+6 |
* | 43155: _gcc: escape ':' in action for -std | Jun-ichi Takimoto | 2018-07-11 | 1 | -1/+1 |
* | 43046: Add mupdf completer | Matthew Martin | 2018-07-07 | 1 | -1/+1 |
* | 43105: Improve pgrep/pkill completion | dana | 2018-07-03 | 1 | -61/+120 |
* | 43134: don't complete SIG in front of numeric signals | dana | 2018-07-03 | 1 | -1/+1 |
* | 43108, 43121: _killall: complete various options | Jun-ichi Takimoto | 2018-07-02 | 1 | -5/+73 |
* | 43059: _gpg: Use explicit UIDs for state = public keys. | Doron Behar | 2018-07-01 | 1 | -7/+55 |
* | 43107: add an option to _ttys to complete only open ttys | Jun-ichi Takimoto | 2018-07-01 | 2 | -7/+13 |
* | 23519: Use tag remote-files for remote files | Peter Stephenson | 2018-06-29 | 1 | -2/+2 |
* | 42746: _vim: handle special values for -u/-U | Daniel Hahler | 2018-06-27 | 1 | -2/+19 |
* | 43096: _vim: remove duplicate flag | Eric Cook | 2018-06-27 | 1 | -1/+0 |
* | 43080: _sys_calls: analyze recent syscall.h properly | Jun-ichi Takimoto | 2018-06-25 | 1 | -1/+1 |
* | 43079, 43086: new utility to complete names of running processes | Jun-ichi Takimoto | 2018-06-25 | 2 | -0/+62 |
* | 43074: Completion for additional linker options for clang and sanitizers for gcc | Eitan Adler | 2018-06-21 | 1 | -10/+11 |
* | 43078: add completion for the sed expression | Oliver Kiddle | 2018-06-21 | 1 | -11/+206 |
* | 43073: various completion option updates | Oliver Kiddle | 2018-06-21 | 11 | -59/+152 |
* | 43061: Improve open (macOS) completion | dana | 2018-06-20 | 1 | -1/+1 |
* | 43060: Expand stat completion | dana | 2018-06-20 | 1 | -0/+96 |
* | 43047: Add completion for hostname | dana | 2018-06-18 | 1 | -0/+76 |
* | 43047: Make _bind_addresses always return local IPs | dana | 2018-06-18 | 1 | -13/+15 |
* | 43006: complete modified files after `git stash --` | Tim Smith | 2018-06-18 | 1 | -0/+3 |
* | users/23484: be consistent on matcher specs for git branches to fix issue wit... | Oliver Kiddle | 2018-06-18 | 1 | -6/+6 |
* | 43048: add sanitizers, standards aliases and fix -flto | Eitan Adler | 2018-06-18 | 1 | -4/+18 |
* | 43043: Improve comm/sed completion | dana | 2018-06-17 | 2 | -12/+18 |
* | 43024: Improve _man section-name matching | dana | 2018-06-15 | 1 | -6/+37 |
* | 42981: Add ed completer | Matthew Martin | 2018-06-15 | 1 | -0/+38 |
* | 42992: Fix minor escaping bug in _bash | dana | 2018-06-13 | 1 | -2/+2 |
* | 42983: Address misc. feedback re: _man | dana | 2018-06-11 | 1 | -8/+14 |
* | 42984: Fix argument pass-through to compadd | dana | 2018-06-11 | 2 | -2/+2 |
* | 42977: Complete options to major man variants, otherwise improve especially s... | dana | 2018-06-10 | 1 | -45/+306 |
* | 42968: add "-c" for _shutdown completion on FreeBSD 12-current | Eitan Adler | 2018-06-09 | 1 | -0/+5 |
* | 42965: add full completion for bash and update shell list in _sh | dana | 2018-06-09 | 2 | -1/+86 |