about summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* 33179: _git: updates for Git 2.0.0Øystein Walle2014-09-231-3/+24
| | | | This incorporates changes mentioned in the release notes since 1.9.0.
* 33221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson2014-09-231-5/+10
| | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
* unposted: add dvipdf to _dvi command listPeter Stephenson2014-09-231-1/+1
|
* 33198: new augeas completionOliver Kiddle2014-09-221-0/+58
|
* 33137: _path_files: complete # to introduce a glob flagMikael Magnusson2014-09-161-7/+15
|
* 33150: completion git: fix send-email --confirm valuesMarc Finet2014-09-141-1/+1
|
* 33151: completion git: support aliases when \n existMarc Finet2014-09-141-3/+7
| | | | | The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases.
* 33132: use ip on Linux to get interface namesEric Cook2014-09-091-9/+18
|
* 33108: stgit --patch completionAlexandre Rames2014-09-041-0/+11
|
* 33081: suppress unnecessary error messageMark Oteiza2014-09-011-2/+2
|
* un-transpose help text for git merge -{-no,}-verifyBarton E. Schaefer2014-08-241-2/+2
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-233-332/+0
|
* 33046: new completion for "chsh"Barton E. Schaefer2014-08-233-1/+42
|
* 32998: completion function updatesOliver Kiddle2014-08-145-37/+132
|
* 32997: new utility function for separated listsOliver Kiddle2014-08-144-19/+7
|
* 32893: move use of _call_program inside the _tags loop to allow processes to ↵Oliver Kiddle2014-08-131-19/+24
| | | | be separated
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-101-0/+2
|
* 32593: update --vga option in _qemuBarton E. Schaefer2014-07-281-1/+1
|
* 32911: Expand bpython completion to bpython2 and bpython3Axel Beckert2014-07-261-4/+4
|
* 32816: Add completion for bpython and variantsSebastian Ramacher2014-07-261-0/+46
|
* 32817: Add completion for moosicOmari Norman2014-07-261-0/+487
|
* users/18981: improved tmux function completionKeerthan jai.c2014-07-231-2/+3
|
* Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-1/+1
|
* 32848: fix words array before using _normal for script argumentsOliver Kiddle2014-07-173-65/+114
|
* 32863: completion for mpc insert commandKoen Wilde2014-07-151-1/+2
|
* 32818: gzip completion: --rsyncable option is missingVincent Lefevre2014-07-041-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
* 32821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson2014-07-031-110/+754
|
* 32833: complete Python and Ruby arguments as for PerlJun T2014-07-032-13/+34
|
* 32823: complete file instead of Perl script after -Jun T2014-06-301-1/+13
|
* 19939: hg committable filesAndrew Magee2014-06-061-1/+11
|
* 32653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer2014-06-011-1/+4
| | | | Also respect the suffixes zstyle to change the extensions
* users/18860: man -M overrides manpathPeter Stephenson2014-05-291-1/+1
|
* 32562: updates for bzr completionSebastien Alaiwan2014-04-231-2/+10
|
* 32546: better handling of ignored files with _path_files -W prefixesJun T2014-04-151-2/+3
|
* complete zfs ... -o multiple timesllua2014-04-061-3/+3
|
* 32505: improved Solaris compatibility for pgrep completionDanek Duvall2014-03-281-4/+47
|
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-231-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
* 32502: fix typo in argument list for git completioTakeshi Banse2014-03-211-1/+1
|
* unposted: in Perforce path completion complete depots after //Peter Stephenson2014-03-201-2/+4
|
* 32471: tidy up pgrep completionKosuke Asami2014-03-131-23/+19
|
* 32471: handle BSD process management in pgrep completionKosuke Asami2014-03-131-6/+48
|
* 32472: new pgrep completion optionsKosuke Asami2014-03-131-2/+34
|
* Fix merge conflictPeter Stephenson2014-02-282-10/+11
|\
| * 32435: improved quoting for ignore-line completion styleJun T2014-02-261-7/+3
| |
| * users/18485: add .. as an auto-removable suffix in git revision rangesOliver Kiddle2014-02-251-3/+8
| |
* | Fix outdated npm completionHong Xu2014-02-241-15/+5
|/
* 32642: improve bzr completion with directory pathSebastien Alaiwan2014-02-241-2/+2
|
* 32398: _git: completion updates up to latest git v1.9.0m0viefreak2014-02-181-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
* 32397: _git: fix __git_submodules to only use the actual name of the submodulem0viefreak2014-02-181-1/+1
| | | | | | | | | | | | The output of 'submodule status' is Xsha1 name (describe) X being one of -,+,U,[space] We are only interested in the name part and not the whole line. Fix the parameter expansions accordingly.
* 32395: _git: diff: refactor and fix wrong completionsm0viefreak2014-02-181-33/+44
| | | | | | | | | | | | | | | | | | | Before this, there were several cases where the completion would offer the wrong things: $ git diff branch -- <tab> would try to complete "changed in workdir files", but needs to complete all "tree files in HEAD". $ git diff --cached -- file1 file2 <tab> would try to complete "changed in workdir files" but needs to complete "changed in index files". ... After this change all possible combinations are taken into account and completion should work properly.