Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-06 | 19939: hg committable files | Andrew Magee | 1 | -1/+11 | |
2014-06-01 | 32653: complete files with the ".phar" extension as well as ".php" | Barton E. Schaefer | 1 | -1/+4 | |
Also respect the suffixes zstyle to change the extensions | |||||
2014-05-29 | users/18860: man -M overrides manpath | Peter Stephenson | 1 | -1/+1 | |
2014-04-23 | 32562: updates for bzr completion | Sebastien Alaiwan | 1 | -2/+10 | |
2014-04-06 | complete zfs ... -o multiple times | llua | 1 | -3/+3 | |
2014-03-28 | 32505: improved Solaris compatibility for pgrep completion | Danek Duvall | 1 | -4/+47 | |
2014-03-23 | m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes | m0viefreak | 1 | -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-21 | 32502: fix typo in argument list for git completio | Takeshi Banse | 1 | -1/+1 | |
2014-03-20 | unposted: in Perforce path completion complete depots after // | Peter Stephenson | 1 | -2/+4 | |
2014-03-13 | 32471: tidy up pgrep completion | Kosuke Asami | 1 | -23/+19 | |
2014-03-13 | 32471: handle BSD process management in pgrep completion | Kosuke Asami | 1 | -6/+48 | |
2014-03-13 | 32472: new pgrep completion options | Kosuke Asami | 1 | -2/+34 | |
2014-02-28 | Fix merge conflict | Peter Stephenson | 2 | -10/+11 | |
2014-02-26 | 32435: improved quoting for ignore-line completion style | Jun T | 1 | -7/+3 | |
2014-02-25 | users/18485: add .. as an auto-removable suffix in git revision ranges | Oliver Kiddle | 1 | -3/+8 | |
2014-02-24 | Fix outdated npm completion | Hong Xu | 1 | -15/+5 | |
2014-02-24 | 32642: improve bzr completion with directory path | Sebastien Alaiwan | 1 | -2/+2 | |
2014-02-18 | 32398: _git: completion updates up to latest git v1.9.0 | m0viefreak | 1 | -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 | |||||
2014-02-18 | 32397: _git: fix __git_submodules to only use the actual name of the submodule | m0viefreak | 1 | -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. | |||||
2014-02-18 | 32395: _git: diff: refactor and fix wrong completions | m0viefreak | 1 | -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. | |||||
2014-02-18 | 32396: _git: fix __git_committish_range_{first,last} and ↵ | m0viefreak | 1 | -8/+8 | |
__git_is_committish_range - Ranges with 3 dots would always fail, because the non-greedy expansion %..(.|)* in __git_committish_range_first would only remove '..' and never three dots. 'a...b' would end up in 'a.'. Use ${${1%..*}%.} instead. - Use a similar approach for __git_committish_range_last. - Wrap them in another expansion to replace empty results with 'HEAD'. Git man-page states omitted range ending are being replaced with HEAD. This rule has to be followed to make completions like 'git log foo.. -- <tab>' work properly. - Add an additional check to make sure none of the extracted first/last parts contain additional '..' in invalied ranges such as 'a..b..c'. This gets rid of the 'TODO:' and ideally saves a few unneded calls to git rev-parse. | |||||
2014-01-30 | 32300: new od completion | Jun T | 2 | -0/+72 | |
2014-01-29 | 32316: complete new ssh key type | Christian Hesse | 1 | -1/+3 | |
2014-01-27 | users/18368: compromise to restore partial path completion inadvertently ↵ | Barton E. Schaefer | 1 | -0/+8 | |
removed by 31159 | |||||
2014-01-14 | 32255: complet for python under some pythonN.M names | Peter Stephenson | 1 | -1/+1 | |
2014-01-10 | 32245: complete more mpc arguments | Koen Wilde | 1 | -1/+1 | |
2014-01-07 | 32238: suppress error output completing after ip | Mark Oteiza | 1 | -1/+1 | |
2014-01-05 | 32231: _chmod was confused by options before the mode | Jun T | 1 | -3/+3 | |
2014-01-02 | 32261: completion updates for Solaris 11, Update 1 | Danek Duvall | 2 | -9/+151 | |
2013-12-09 | 32056: Handle completion for different versions of iconv | Jun T | 1 | -23/+44 | |
2013-11-30 | 32069: completion for "git submodule update --remote" | Hong Xu | 1 | -0/+1 | |
2013-11-27 | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 3 | -29/+29 | |
Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | |||||
2013-11-25 | unposted, see 32050, 32051: remove non-ASCII characters in functions | Peter Stephenson | 1 | -1/+1 | |
2013-11-25 | unposted: Prepare 5.0.2-test-2. | Peter Stephenson | 1 | -0/+1 | |
2013-11-14 | 31984: new df completion | Jun T | 1 | -0/+79 | |
2013-10-27 | 31909: new cat completion | Jun T | 2 | -0/+44 | |
2013-10-21 | 31865: _git: Make --batch(-check) accept an argument | Øystein Walle | 1 | -2/+2 | |
Also reword the explanation slightly to make it more compact since more explanation is needed. | |||||
2013-10-21 | 31864: _git: Add two sub-comamnds introduced in v1.8.4 | Øystein Walle | 1 | -0/+19 | |
Add _git-check-ignore() and _git-check-mailmap() | |||||
2013-10-21 | 31866: _git: Reword --heads to match new meaning | Øystein Walle | 1 | -1/+1 | |
2013-10-21 | 31862: _git: Add status.short and status.branch | Øystein Walle | 1 | -0/+2 | |
2013-10-21 | 31863: _git: Add new arguments introduced in Git v1.8.4 | Øystein Walle | 1 | -3/+10 | |
2013-10-21 | 31861: _git: Add git-clean -i/--interactive support | Øystein Walle | 1 | -0/+2 | |
- Add -i and --interactive to _git-clean() - Add column.clean configuration variable | |||||
2013-10-21 | 31855: _git: revert: add '-e,--edit' | m0viefreak | 1 | -1/+2 | |
2013-10-21 | 31856: _git: fix a few "undocumented" options | m0viefreak | 1 | -7/+2 | |
commit: '--null' is documented relink: '-h,--help' are never documented for subcommands but always exist verify-tag: '-v,--verbose' are documented with updated description diff: '--cumulative' is deprecated -> remove | |||||
2013-10-21 | 31858: _git: fix wrong default value | Øystein Walle | 1 | -1/+1 | |
2013-10-21 | 31857: _git: Remove unsupported -q option from diff options | m0viefreak | 1 | -1/+0 | |
2013-10-21 | 31859: _git: re-order the last two git-blame arguments | Øystein Walle | 1 | -2/+2 | |
The proper syntax is git blame [<commit>] <file> where <commit> is optional. | |||||
2013-10-21 | 31854: _git: Make git-show accept diff arguments | Øystein Walle | 1 | -1/+2 | |
2013-10-21 | 31853: _git: Add missing column.* config variables | Øystein Walle | 1 | -0/+14 | |
2013-10-18 | 31840: "read" needs IFS unset to avoid stripping whitespace in makefiles | Barton E. Schaefer | 1 | -1/+1 | |