| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unposted: Makefile.in: further to 43358 use same patchlevel form for the rele... | Oliver Kiddle | 2018-09-03 | 2 | -1/+6 |
* | 43333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ... | Daniel Shahaf | 2018-09-03 | 2 | -5/+11 |
* | Don't handle ZLE functions for single key. | Peter Stephenson | 2018-09-03 | 5 | -16/+22 |
* | 43358: enforce consistent patchlevel form | Oliver Kiddle | 2018-08-31 | 2 | -2/+4 |
* | 43357: isinf/isnan can be macros so need custom configure tests | Oliver Kiddle | 2018-08-31 | 2 | -1/+24 |
* | unposted: git describe's --long and --abbrev options are not mutually exclusive | Oliver Kiddle | 2018-08-31 | 2 | -2/+5 |
* | 43359: further review of git remote set-url completion | Oliver Kiddle | 2018-08-31 | 2 | -26/+20 |
* | 42810: git remote set-url completion | pseyfert | 2018-08-31 | 2 | -7/+30 |
* | 43350: _zsh: support --emulate | Jun-ichi Takimoto | 2018-08-30 | 2 | -1/+6 |
* | 43349: new completion for eog | Jun-ichi Takimoto | 2018-08-30 | 2 | -0/+28 |
* | 43351: handle the new diff implementation in the pre-release version of FreeB... | Oliver Kiddle | 2018-08-29 | 1 | -60/+61 |
* | 43346: various completion option updates | Oliver Kiddle | 2018-08-29 | 21 | -44/+106 |
* | 43348: _hg: check for both -r and --rev | Anton Shestakov | 2018-08-29 | 2 | -2/+5 |
* | 43347: _hg: use revsets for suggestions for hg merge | Anton Shestakov | 2018-08-29 | 2 | -6/+7 |
* | 43345: don't modify global variable in _umountable | Oliver Kiddle | 2018-08-28 | 3 | -2/+5 |
* | unposted: correct completion argument order for dkms | Oliver Kiddle | 2018-08-28 | 2 | -3/+6 |
* | unposted: completion for argument to strings -s was missing | Oliver Kiddle | 2018-08-28 | 2 | -1/+4 |
* | unposted: complete also for bsdtar | Oliver Kiddle | 2018-08-28 | 2 | -1/+3 |
* | unposted: fix typo in svccfg completion function call | Oliver Kiddle | 2018-08-28 | 2 | -1/+6 |
* | Test release: 5.5.1-test-2. zsh-5.5.1-test-2 | Daniel Shahaf | 2018-08-25 | 3 | -5/+5 |
* | unposted: Fix FAQ build, broken by 43184. | Daniel Shahaf | 2018-08-25 | 2 | -1/+3 |
* | unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1 | Daniel Shahaf | 2018-08-25 | 4 | -8/+10 |
* | 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver). | Daniel Shahaf | 2018-08-25 | 2 | -3/+8 |
* | 43313 (log message tweaked): vcs_info git: For the branch name, try to find a... | Daniel Shahaf | 2018-08-24 | 2 | -0/+9 |
* | 43314: vcs_info git: Flatten a nested if. | Daniel Shahaf | 2018-08-24 | 2 | -9/+9 |
* | 43330: complete more options to cu | Oliver Kiddle | 2018-08-24 | 2 | -10/+53 |
* | 43329: new diff3 completion | Oliver Kiddle | 2018-08-24 | 2 | -0/+48 |
* | 43328: new zeal completion | Oliver Kiddle | 2018-08-24 | 2 | -0/+47 |
* | unposted: Fix --ascii typo in _man | dana | 2018-08-23 | 2 | -1/+5 |
* | 43325: _hg: suggest merge tools for -t/--tool | Anton Shestakov | 2018-08-23 | 2 | -4/+23 |
* | 43326: _hg: add completion of -S/--subrepos to many commands | Anton Shestakov | 2018-08-23 | 2 | -10/+17 |
* | github #27: add --folder-uri to completion for Visual Studio Code | Klas Mellbourn | 2018-08-23 | 2 | -1/+6 |
* | 43301: add some functions from zsh-completions project | Oliver Kiddle | 2018-08-23 | 6 | -0/+308 |
* | unposted: docs: Fix duplicated words in _combination. | Daniel Shahaf | 2018-08-21 | 2 | -2/+7 |
* | 43294: Add ZLE_RECURSIVE parameter. | Peter Stephenson | 2018-08-17 | 4 | -0/+31 |
* | 43302: Fix _du -B spec | dana | 2018-08-15 | 2 | -2/+6 |
* | unposted: _make: Allow pasted arguments for GNU make's -j option. | Daniel Shahaf | 2018-08-13 | 2 | -1/+6 |
* | 43275: Add log2 to match func | dana | 2018-08-13 | 5 | -3/+25 |
* | unposted (PR #26): __git_files: fix double quotation of star | Marc Cornellà | 2018-08-12 | 2 | -1/+6 |
* | 43264: fix ${+assoc[nonexistent]} with KSH_ARRAYS | Peter Stephenson | 2018-08-09 | 3 | -1/+14 |
* | 43261: Fix unary minus with base. | Peter Stephenson | 2018-08-08 | 3 | -2/+22 |
* | 43254: remove hg -w completion, add hg -S | Anton Shestakov | 2018-08-07 | 2 | -69/+72 |
* | 43252: fix various hg options for completion | Anton Shestakov | 2018-08-07 | 2 | -71/+121 |
* | 43250: add hg forget, phase, summary completion | Anton Shestakov | 2018-08-07 | 2 | -0/+23 |
* | 43251: fix some return values of _hg functions | Anton Shestakov | 2018-08-07 | 2 | -10/+21 |
* | 43253: hg --style deprecated in favour of --template | Anton Shestakov | 2018-08-07 | 2 | -9/+14 |
* | 43227: fix memory leaks in term{cap,info}.c | Jun-ichi Takimoto | 2018-08-01 | 4 | -20/+50 |
* | 43207: Improve _bind_addresses, _php | dana | 2018-07-31 | 3 | -66/+211 |
* | 43219 (except term{cap,info}.c): fix several memory leaks | Jun-ichi Takimoto | 2018-07-31 | 7 | -4/+17 |
* | 43225: Recalculate ZLE timeout. | Peter Stephenson | 2018-07-30 | 2 | -0/+7 |