summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
2014-10-0233284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensionsAxel Beckert2-2/+2
2014-09-2633252: complete more notmuch subcommandsWieland Hoffmann1-0/+3
2014-09-2533238: correct return valuesOliver Kiddle1-234/+191
2014-09-2333180: _git: add missing --3way optionØystein Walle1-0/+1
2014-09-2333177: _git: fix typo in git-applyØystein Walle1-1/+1
2014-09-2333178: _git: updates for Git 2.1.0Øystein Walle1-5/+21
This incorporates changes mentioned in the release notes since 2.0.0.
2014-09-2333176: _git: Add missing --list to git-tagØystein Walle1-1/+1
2014-09-2333179: _git: updates for Git 2.0.0Øystein Walle1-3/+24
This incorporates changes mentioned in the release notes since 1.9.0.
2014-09-2333221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson1-5/+10
Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
2014-09-23unposted: add dvipdf to _dvi command listPeter Stephenson1-1/+1
2014-09-2233198: new augeas completionOliver Kiddle1-0/+58
2014-09-1433150: completion git: fix send-email --confirm valuesMarc Finet1-1/+1
2014-09-1433151: completion git: support aliases when \n existMarc Finet1-3/+7
The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases.
2014-09-0433108: stgit --patch completionAlexandre Rames1-0/+11
2014-08-24un-transpose help text for git merge -{-no,}-verifyBarton E. Schaefer1-2/+2
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-277/+0
2014-08-2333046: new completion for "chsh"Barton E. Schaefer2-0/+41
2014-08-1432998: completion function updatesOliver Kiddle5-37/+132
2014-08-1432997: new utility function for separated listsOliver Kiddle4-19/+7
2014-08-10unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 releasePeter Stephenson1-0/+2
2014-07-2832593: update --vga option in _qemuBarton E. Schaefer1-1/+1
2014-07-2632911: Expand bpython completion to bpython2 and bpython3Axel Beckert1-4/+4
2014-07-2632816: Add completion for bpython and variantsSebastian Ramacher1-0/+46
2014-07-2632817: Add completion for moosicOmari Norman1-0/+487
2014-07-23users/18981: improved tmux function completionKeerthan jai.c1-2/+3
2014-07-23Resolve conflict with origin/masterBarton E. Schaefer1-1/+1
2014-07-1732848: fix words array before using _normal for script argumentsOliver Kiddle3-65/+114
2014-07-1532863: completion for mpc insert commandKoen Wilde1-1/+2
2014-07-0432818: gzip completion: --rsyncable option is missingVincent Lefevre1-0/+1
Debian's gzip version has a --rsyncable option (see "gzip --help" output, the man page not being currently up to date). It should be supported by "/usr/share/zsh/functions/Completion/Unix/_gzip". Initially submitted to Debian at https://bugs.debian.org/702000
2014-07-0332821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson1-110/+754
2014-07-0332833: complete Python and Ruby arguments as for PerlJun T2-13/+34
2014-06-3032823: complete file instead of Perl script after -Jun T1-1/+13
2014-06-0619939: hg committable filesAndrew Magee1-1/+11
2014-06-0132653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer1-1/+4
Also respect the suffixes zstyle to change the extensions
2014-05-29users/18860: man -M overrides manpathPeter Stephenson1-1/+1
2014-04-2332562: updates for bzr completionSebastien Alaiwan1-2/+10
2014-04-06complete zfs ... -o multiple timesllua1-3/+3
2014-03-2832505: improved Solaris compatibility for pgrep completionDanek Duvall1-4/+47
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak1-2/+2
Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable suffix highlighting Completion/Unix/Command/_git: fix compadd for auto-removable suffix in _git_commit_ranges and _git_stash
2014-03-2132502: fix typo in argument list for git completioTakeshi Banse1-1/+1
2014-03-20unposted: in Perforce path completion complete depots after //Peter Stephenson1-2/+4
2014-03-1332471: tidy up pgrep completionKosuke Asami1-23/+19
2014-03-1332471: handle BSD process management in pgrep completionKosuke Asami1-6/+48
2014-03-1332472: new pgrep completion optionsKosuke Asami1-2/+34
2014-02-28Fix merge conflictPeter Stephenson2-10/+11
2014-02-2632435: improved quoting for ignore-line completion styleJun T1-7/+3
2014-02-25users/18485: add .. as an auto-removable suffix in git revision rangesOliver Kiddle1-3/+8
2014-02-24Fix outdated npm completionHong Xu1-15/+5
2014-02-2432642: improve bzr completion with directory pathSebastien Alaiwan1-2/+2
2014-02-1832398: _git: completion updates up to latest git v1.9.0m0viefreak1-32/+131
- cherry-pick: allow commit ranges to be specified - push: option is called --set-upstream and not --set-upstream-to - status: offer -b,--branch when --porcelain or -z are given --porcelain and -z don't show the branch info by default, so it is needed to offer --branch for those options, too. - checkout: add '--detach' option - checkout: offer '-l' option when '--orphan' was given - show-ref: update wording of --head and --heads according to man-page - config: update default value for color.ui color-bool was changed to accept a default value as $parts[5] - add support for 'cygstart' as a valid builtin browser on cygwin - rebase: add suuport for --autostash and config.autostash - update builtin browser list - grep: add --{no,}textconv - check-ignore: add --no-index - update-ref: add --stdin -z - add -C - pull: add support for --rebase=preserve - config: add support for http.*. options - blame: -L can be given multiple times - config: add support for http.savecookies - push: add support for --force-with-lease - diff: --diff-filter: allow lower-case variants (all-but ... specs) - config: add support for 'fetch.prune' and 'remote.*.prune' - check-ignore: -z: update message, check-attr: add -z - config: add diff.orderfile - revision options: add --exclude - revision options: add --ignore-missing - revision options: add --bisect - rev-parse: add --stuck-long - merge-base: add --fork-point - config: implement submodule.*.update completion - send-email: add --smtp-ssl-cert-path and config options