about summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* 43761: update five completion functions for darwinJun-ichi Takimoto2018-11-074-9/+40
|
* 43748: fix completion for ack 3betaOliver Kiddle2018-11-021-6/+11
|
* github #29: Add completion support for Gits --color-moved option and color ↵Wieland Hoffmann2018-11-021-5/+19
| | | | | | settings --color-moved was added in Git 2.15.
* 43746: _ping: update for BSD and DarwinJun-ichi Takimoto2018-10-311-11/+16
|
* 43744: _sysctl: support procps-ng, NetBSDJun-ichi Takimoto2018-10-311-30/+58
| | | | with several updates for other OS
* 43723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto2018-10-241-3/+1
|
* 43722: _ed, _env, _sort: support darwinJun-ichi Takimoto2018-10-243-12/+12
| | | | use the same completions as freebsd
* 43721: _diff3: detect GNU variant correctlyJun-ichi Takimoto2018-10-241-3/+3
|
* 43718: Use singular completion group descriptionsdana2018-10-2411-19/+19
|
* 43714: complete lp fit-to-page optionMarcin Mielniczuk2018-10-231-1/+1
|
* 43713: Improve init.d command completiondana2018-10-221-6/+20
|
* 43698: update options for git 2.19.1Oliver Kiddle2018-10-171-37/+74
|
* users/23642: Revert _files change from workers/42984Takeshi Banse2018-09-241-1/+1
| | | | See also users/23635
* gitlab !2: _toilet: detect .flf files as well as .tlf onesNoam Barnea2018-09-231-1/+1
|
* _svn: Allow hyphens in command name aliases.Daniel Shahaf2018-09-141-1/+1
| | | | Used by svn 1.11.0-rc1.
* unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf2018-09-121-1/+1
|
* 43443: _git: When completing worktrees, show the ref and hash of each worktree.Daniel Shahaf2018-09-121-2/+19
|
* 43442: _git: Break out a helper function.Daniel Shahaf2018-09-121-2/+6
|
* unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle2018-08-311-2/+2
|
* 43359: further review of git remote set-url completionOliver Kiddle2018-08-311-26/+17
|
* 42810: git remote set-url completionpseyfert2018-08-311-7/+22
|
* 43350: _zsh: support --emulateJun-ichi Takimoto2018-08-301-1/+4
|
* 43351: handle the new diff implementation in the pre-release version of ↵Oliver Kiddle2018-08-291-60/+61
| | | | FreeBSD 12
* 43346: various completion option updatesOliver Kiddle2018-08-2916-39/+61
|
* 43348: _hg: check for both -r and --revAnton Shestakov2018-08-291-2/+2
|
* 43347: _hg: use revsets for suggestions for hg mergeAnton Shestakov2018-08-291-6/+2
|
* 43345: don't modify global variable in _umountableOliver Kiddle2018-08-282-2/+2
|
* unposted: completion for argument to strings -s was missingOliver Kiddle2018-08-281-1/+1
|
* unposted: complete also for bsdtarOliver Kiddle2018-08-281-1/+1
|
* 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf2018-08-251-3/+3
|
* 43329: new diff3 completionOliver Kiddle2018-08-241-0/+46
|
* unposted: Fix --ascii typo in _mandana2018-08-231-1/+1
|
* 43325: _hg: suggest merge tools for -t/--toolAnton Shestakov2018-08-231-4/+20
|
* 43326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2018-08-231-10/+14
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-233-0/+251
|
* 43302: Fix _du -B specdana2018-08-151-2/+2
|
* unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2018-08-131-1/+1
|
* unposted (PR #26): __git_files: fix double quotation of starMarc Cornellà2018-08-121-1/+1
| | | | | | | | | This fixes the double quote introduced by aa160fc8, so that the end result of the parameter expansion is $pref followed by \* (a quoted star), meaning `git ls-files` gets a literal star, not an expanded list of matching files, as was intended in commit cc7437bf. Fixes completion of `git add ../<TAB>`.
* 43254: remove hg -w completion, add hg -SAnton Shestakov2018-08-071-69/+69
|
* 43252: fix various hg options for completionAnton Shestakov2018-08-071-71/+118
|
* 43250: add hg forget, phase, summary completionAnton Shestakov2018-08-071-0/+20
|
* 43251: fix some return values of _hg functionsAnton Shestakov2018-08-071-10/+18
|
* 43253: hg --style deprecated in favour of --templateAnton Shestakov2018-08-071-9/+9
|
* 43207: Improve _bind_addresses, _phpdana2018-07-312-66/+205
| | | | | Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address.
* 43203: Add completion for luadana2018-07-251-0/+63
|
* 43196: Add completion for nginxdana2018-07-201-0/+20
|
* 43192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto2018-07-201-89/+22
|
* 43186: Add completion for cronie/dcron/Vixie crontabdana2018-07-191-0/+68
| | | | | Minor change from the patch as posted to the ML: BusyBox variant detection has been expanded to cover dcron (which BusyBox's crontab is forked from).
* 43183: fix '_ttys -o' and use it in _gdb/_pgrepJun-ichi Takimoto2018-07-193-4/+4
|
* 43189: _install: similar fix as 43187 for option -fJun-ichi Takimoto2018-07-191-1/+1
|