Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40818: _git-checkout: When completing local heads, prefer ↵ | Daniel Shahaf | 2017-03-14 | 1 | -1/+5 |
| | | | | recently-checked-out ones. (after 38592) | ||||
* | 40817: __git_recent_branches: Retrieve less data, but faster. | Daniel Shahaf | 2017-03-14 | 1 | -1/+2 |
| | | | | | | | | | | | By replacing the --grep-reflog=needle argument with a ${(M)...:#needle} filter, we retrieve less data from the reflog, and consequently run (on my test cases) 16% to 40% faster. The trade-off is that we retrieve less data: instead of retrieving the 1000 most recent 'checkout' operations, we retrieve the most recent 1000 operations, which would include fewer than 1000 checkout operations. Also change [[:xdigit:]] to [0-9a-f] since it's faster, however, the absolute gain from this is minor compared to the cost of 'git reflog'. | ||||
* | 40837: for pgrep completion, add -w on Linux | Wieland Hoffmann | 2017-03-12 | 1 | -1/+2 |
| | |||||
* | unposted (github pull request #15): fix a small typo in `ip` corrections file | John Leuenhagen | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | 40824: grep completion handling of option deviations between different systems | Oliver Kiddle | 2017-03-10 | 1 | -20/+60 |
| | |||||
* | 40808: fix typos where (x,y) should have been (x y) in _arguments syntax | Fabian Klotzl | 2017-03-09 | 10 | -10/+10 |
| | |||||
* | 40801: re-fix completion of mount points with spaces in the name | Barton E. Schaefer | 2017-03-09 | 1 | -3/+9 |
| | | | | Turns out that work of art removed by 33963 was necessary after all | ||||
* | 40780: Don't use =~ for simple prefix match | Mikael Magnusson | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | unposted (via github): complete -Dproperty=/path_complete for ant | Christoffer Aasted | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | unposted (via github): Add newer C++ standard options to _gcc | Ferenc- | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | unposted: complete 'tiled' layout for tmux | Oliver Kiddle | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | unposted: fix completion argument to xz --format | Oliver Kiddle | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | 40715: update completion of git options for git 2.12.0 | Oliver Kiddle | 2017-03-04 | 1 | -8/+24 |
| | |||||
* | update gphoto2 completion for new options up to gphoto2 2.5.11 | Oliver Kiddle | 2017-02-19 | 1 | -32/+81 |
| | |||||
* | 40539: typo in MIPS branch of argument selection | Fabian Klotzl | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | 40512: new entr completion | Oliver Kiddle | 2017-02-10 | 1 | -0/+9 |
| | |||||
* | unposted: _svn: Fix '--show-revs' completion. | Daniel Shahaf | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | 40494: _git: Use slashes matchspec for references (as already used for ↵ | Daniel Shahaf | 2017-02-07 | 1 | -2/+3 |
| | | | | branch names). | ||||
* | 40493/0002: _git-checkout: Reorder default completions. | Daniel Shahaf | 2017-02-07 | 1 | -2/+3 |
| | | | | | | | | | | The unprefixed name of a remote branch is used to create a new local remote-tracking branch; that is presumed to be a rarer operation than either switching among local branches or reverting to the index version of a modified file. Between the remaining two, put modified files before tree-ishes because there are generally few of the former and many of the latter. | ||||
* | 40493/0001: _git-checkout: No functional change. | Daniel Shahaf | 2017-02-07 | 1 | -13/+9 |
| | | | | This makes the next diff smaller. | ||||
* | 40434: Jan Matejek: patchutils completion update | Peter Stephenson | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | 40450, 40451: Swifth language completion. | Zhiming Wang | 2017-01-29 | 2 | -1/+124 |
| | | | | Also resolve whether this is the openstack "swift" command. | ||||
* | 40200: Updated Perforce completion | Zach Whaley | 2017-01-27 | 1 | -269/+679 |
| | |||||
* | 40355: _mpc: improve playlist completion | Earnestly | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | 40302: New _swaks completion (common options only). | Daniel Shahaf | 2017-01-10 | 1 | -0/+40 |
| | |||||
* | 40264: _man: Complete all sections after '-a'. | Daniel Shahaf | 2017-01-05 | 1 | -1/+5 |
| | | | | Followup to 37634. | ||||
* | 40210: Add support modern FreeBSD and drop support for FreeBSD < 5 | Baptiste Daroussin | 2016-12-18 | 1 | -3/+3 |
| | |||||
* | 40107: _mount, _fusermount: fix quoting | Mikael Magnusson | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | 40055: update git completion for git 2.11.0 | Oliver Kiddle | 2016-12-01 | 1 | -13/+29 |
| | |||||
* | unposted: fix previous commit | Mikael Magnusson | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | 40024: Update _path_files since quoting requirements changed in 39412 | Mikael Magnusson | 2016-12-01 | 1 | -4/+2 |
| | |||||
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 2 | -2/+2 |
| | | | | Mostly fixes to doubled words. | ||||
* | unposted: _git-config: Fix user.email completion to complete only bare email ↵ | Daniel Shahaf | 2016-11-29 | 1 | -1/+1 |
| | | | | addresses. | ||||
* | 40011: Make $_comp_priv_prefix only declared when required, and use that to ↵ | Daniel Shahaf | 2016-11-28 | 3 | -2/+4 |
| | | | | have chgrp offer all groups under doas, ssh, etc as well. | ||||
* | 39757 plus test: Fix completion under parenthetical directory names, broken ↵ | Daniel Shahaf | 2016-11-27 | 1 | -1/+1 |
| | | | | in 39412 | ||||
* | 40013: process zsh-specific time format extensions correctly | Jun-ichi Takimoto | 2016-11-26 | 1 | -2/+2 |
| | |||||
* | 40020: new cscope completion | Oliver Kiddle | 2016-11-25 | 1 | -0/+29 |
| | |||||
* | unposted: fix typo (=+ to +=) | Oliver Kiddle | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | 40005: call _date_formats from _date | Jun-ichi Takimoto | 2016-11-24 | 2 | -37/+77 |
| | | | | also update both files for darwin etc. | ||||
* | 39974: complete shared libraries for -e and -s options to ssh-add | Oliver Kiddle | 2016-11-20 | 1 | -3/+3 |
| | |||||
* | 39916 + 39930 + tweak: _git: Complete options and values for -c. | Daniel Shahaf | 2016-11-18 | 1 | -3/+47 |
| | | | | | | | | | The "$@" in the option-names call is added in order to propagate the new (-S =) arguments. This bifurcates _git-config() in order to provide completion for % git -c <TAB> % git -c foo=<TAB> | ||||
* | 39921: __git_recent_branches: Remove erroneous parsing of partial ref names ↵ | Daniel Shahaf | 2016-11-17 | 1 | -3/+3 |
| | | | | | | | | | | | | as tags. In the reflog, partial ref names in the "from" field always represent names of heads. (That is not true for the "to" field.) The parsing of tag names was added in commit 39102 (317c96b64f43688a6be08a8b1c93b6ab4eed662c) for equivalence with the then-previous implementation which used `git log $partial_ref_name`. The equivalence was correct, however, the then-previous implementation was not, since it would consider $partial_ref_name as a refs/tags/ name if a refs/heads/ name did not exist. | ||||
* | 39922: __git_recent_branches: Fix an 'assertion' failure when two branches ↵ | Daniel Shahaf | 2016-11-17 | 1 | -11/+8 |
| | | | | (refs) point to the same commit. | ||||
* | 39890: typo corrections in completion functions | Oliver Kiddle | 2016-11-09 | 27 | -46/+46 |
| | |||||
* | 39888: update tmux completion for tmux 2.3 | Oliver Kiddle | 2016-11-09 | 1 | -8/+11 |
| | |||||
* | 39853: _subversion: Accept long options in the '--foo=bar' syntax. | Daniel Shahaf | 2016-11-09 | 1 | -8/+14 |
| | |||||
* | 39857: add support for darwin, with improvements on linux etc. | Jun-ichi Takimoto | 2016-11-08 | 1 | -52/+125 |
| | |||||
* | 39856: module completion improvements. | Peter Stephenson | 2016-11-07 | 1 | -10/+10 |
| | | | | | | Follow symbolic links when finding. Use _multi_parts for paths when completing modules. | ||||
* | 39840: _cpio: Declare variable's type correctly. | Daniel Shahaf | 2016-11-07 | 1 | -1/+2 |
| | |||||
* | 39849: _tmux: Remove set-remain-on exit | Frank Terbeck | 2016-11-07 | 1 | -2/+0 |
| | | | | This was removed recently, since it was superseded by hooks. |