Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 44111: _git: Use `git rev-list` for log messages | dana | 2019-03-21 | 1 | -5/+7 |
| | | | | | This side-steps issues related to `git log` respecting settings like log.showSignature | ||||
* | 44135: Add chmod builtin | Matthew Martin | 2019-03-18 | 1 | -2/+11 |
| | |||||
* | 44135: _chmod: Reformat to minimize next diff. No functional change. | Matthew Martin | 2019-03-17 | 1 | -44/+50 |
| | |||||
* | 44101: _vim: better support for nvim | Jun-ichi Takimoto | 2019-03-08 | 1 | -34/+51 |
| | |||||
* | 44087: _getconf: Complete options, config variables on more systems | dana | 2019-02-27 | 1 | -29/+78 |
| | |||||
* | 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLE | dana | 2019-02-27 | 1 | -1/+1 |
| | | | | | The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it | ||||
* | 44085: _remote_files: Prevent ls/alias settings from mangling file listings | dana | 2019-02-26 | 1 | -1/+4 |
| | |||||
* | 44080: Completion: Fix several option-description typos | dana | 2019-02-26 | 18 | -22/+22 |
| | |||||
* | unposted: _less: Fix typo | dana | 2019-02-24 | 1 | -1/+1 |
| | | | | Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/ | ||||
* | 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s` | dana | 2019-02-22 | 5 | -9/+13 |
| | |||||
* | 44076: _column: Support Debian, add missing options, adjust wording | dana | 2019-02-22 | 1 | -12/+34 |
| | | | | | | | Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca` | ||||
* | gitlab !5: Add new abcde completion. | Doron Behar | 2019-02-09 | 1 | -0/+50 |
| | |||||
* | github #31: Add new demangle style, rust and dlang | Hiroki Noda | 2019-02-09 | 2 | -2/+2 |
| | |||||
* | 44034: _date_formats: Complete %9./%N, adjust wording | dana | 2019-02-03 | 1 | -7/+12 |
| | |||||
* | 44033: Add completion for dos2unix/unix2dos | dana | 2019-02-03 | 1 | -0/+129 |
| | |||||
* | github #32: Fix a typo in the git tag completion. | Fredric Silberberg | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | users/23829: add and coument file-split-chars style | Peter Stephenson | 2019-01-08 | 1 | -0/+5 |
| | |||||
* | 43974: _git: Always offer -F/-m for `git tag` | dana | 2019-01-04 | 1 | -10/+2 |
| | |||||
* | 43959: Add completion for strongSwan, &al. | dana | 2019-01-01 | 3 | -1/+405 |
| | | | | Also update _urls to complete unix:// URIs as for file:// | ||||
* | 43914 (tweaked): Add completion for Composer | dana | 2018-12-30 | 1 | -0/+850 |
| | | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues | ||||
* | 43897: Add/update various completion functions | dana | 2018-12-17 | 10 | -4/+245 |
| | | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs) | ||||
* | 43895: _watch: Complete for procps/-ng watch | dana | 2018-12-17 | 1 | -5/+38 |
| | |||||
* | unposted: _dig: Fix _arguments syntax error | dana | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | 43871: _files: Support `-F '(pat ...)'` as with _path_files | dana | 2018-12-09 | 1 | -0/+2 |
| | |||||
* | 43861: make "(#" completion safer by checking for ")" | Peter Stephenson | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | 43860: Complete glob flags at start of word. | Peter Stephenson | 2018-12-04 | 1 | -0/+4 |
| | |||||
* | unposted: _zcat: support macOS | Jun-ichi Takimoto | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | 43809: Suppress npm update checks during completion | dana | 2018-11-13 | 1 | -2/+7 |
| | |||||
* | 43819: expand adb completion to also cover options to adb backup | Oliver Kiddle | 2018-11-12 | 1 | -1/+16 |
| | |||||
* | 43816: various completion option updates | Oliver Kiddle | 2018-11-12 | 12 | -77/+233 |
| | |||||
* | 43812: allow repeats of gcc's -Wsuggest-attribute option | Oliver Kiddle | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | 43761: update five completion functions for darwin | Jun-ichi Takimoto | 2018-11-07 | 4 | -9/+40 |
| | |||||
* | 43748: fix completion for ack 3beta | Oliver Kiddle | 2018-11-02 | 1 | -6/+11 |
| | |||||
* | github #29: Add completion support for Gits --color-moved option and color ↵ | Wieland Hoffmann | 2018-11-02 | 1 | -5/+19 |
| | | | | | | settings --color-moved was added in Git 2.15. | ||||
* | 43746: _ping: update for BSD and Darwin | Jun-ichi Takimoto | 2018-10-31 | 1 | -11/+16 |
| | |||||
* | 43744: _sysctl: support procps-ng, NetBSD | Jun-ichi Takimoto | 2018-10-31 | 1 | -30/+58 |
| | | | | with several updates for other OS | ||||
* | 43723: _mkdir: fix builtin mkdir and support darwin | Jun-ichi Takimoto | 2018-10-24 | 1 | -3/+1 |
| | |||||
* | 43722: _ed, _env, _sort: support darwin | Jun-ichi Takimoto | 2018-10-24 | 3 | -12/+12 |
| | | | | use the same completions as freebsd | ||||
* | 43721: _diff3: detect GNU variant correctly | Jun-ichi Takimoto | 2018-10-24 | 1 | -3/+3 |
| | |||||
* | 43718: Use singular completion group descriptions | dana | 2018-10-24 | 11 | -19/+19 |
| | |||||
* | 43714: complete lp fit-to-page option | Marcin Mielniczuk | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | 43713: Improve init.d command completion | dana | 2018-10-22 | 1 | -6/+20 |
| | |||||
* | 43698: update options for git 2.19.1 | Oliver Kiddle | 2018-10-17 | 1 | -37/+74 |
| | |||||
* | users/23642: Revert _files change from workers/42984 | Takeshi Banse | 2018-09-24 | 1 | -1/+1 |
| | | | | See also users/23635 | ||||
* | gitlab !2: _toilet: detect .flf files as well as .tlf ones | Noam Barnea | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | _svn: Allow hyphens in command name aliases. | Daniel Shahaf | 2018-09-14 | 1 | -1/+1 |
| | | | | Used by svn 1.11.0-rc1. | ||||
* | unposted: _svn: Complete --accept=recommended, new in 1.10.0. | Daniel Shahaf | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | 43443: _git: When completing worktrees, show the ref and hash of each worktree. | Daniel Shahaf | 2018-09-12 | 1 | -2/+19 |
| | |||||
* | 43442: _git: Break out a helper function. | Daniel Shahaf | 2018-09-12 | 1 | -2/+6 |
| | |||||
* | unposted: git describe's --long and --abbrev options are not mutually exclusive | Oliver Kiddle | 2018-08-31 | 1 | -2/+2 |
| |