Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35100: __git_recent_commits: massage ' ->*' from heads | Daniel Hahler | 2015-05-18 | 1 | -0/+2 |
| | | | | | Handle " -> master, origin/master" in decorated git-log output, and add it as separate entries. | ||||
* | completion: git: add missing return to __git_recent_commits | Daniel Hahler | 2015-05-17 | 1 | -0/+1 |
| | |||||
* | 35161: completion: git: Fix typo in 35061 | Daniel Shahaf | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | users/20219: fix completion for git options | Oliver Kiddle | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | 35062: __git_setup_revision_options includes __git_setup_diff_options | Daniel Hahler | 2015-05-14 | 1 | -4/+1 |
| | |||||
* | 35061: add __git_setup_diff_stage_options and use it with _git-diff-files ↵ | Daniel Hahler | 2015-05-14 | 1 | -6/+16 |
| | | | | and _git-diff explicitly | ||||
* | 35016: introduce new pretty formats %g[sdD] for reflog information | Daniel Hahler | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | 35107: new ip options to complete | Christian Hesse | 2015-05-13 | 1 | -0/+2 |
| | |||||
* | 35060 + 35072: completion: git: split __git_heads into local and remote | Daniel Hahler | 2015-05-12 | 1 | -2/+18 |
| | | | | | | | It is useful to have this distinction visually. This also uses `--format=%(refname:short)` directly with `git for-each-ref`. | ||||
* | 35049: allow jail completion to include jid 0 for the host and to | Oliver Kiddle | 2015-05-11 | 2 | -12/+2 |
| | | | | complete jails by any parameter | ||||
* | 35066: Minor completion fix for pasted arguments | Daniel Shahaf | 2015-05-09 | 2 | -2/+2 |
| | |||||
* | 35011: update completions for some common Unix commands, | Oliver Kiddle | 2015-05-03 | 37 | -537/+1390 |
| | | | | in particular improving FreeBSD support | ||||
* | 34980: in completion match new Makefile assignment forms | Peter Stephenson | 2015-04-28 | 1 | -6/+6 |
| | |||||
* | 34961: avoid _message because it aborts completer list too early | Barton E. Schaefer | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | 34899: completion: _vim: add nvim to #compdef | Daniel Hahler | 2015-04-17 | 1 | -1/+1 |
| | | | | nvim is used by NeoVim and is fairly compatible. | ||||
* | 34886: completion: git: Complete rebase --exec argument | Daniel Shahaf | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | 34885: completion: git: Sort "commit object" completions most recent first | Daniel Shahaf | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | 34885: completion: git: Fix another instance of the 34671 bug fixed in 34814 | Daniel Shahaf | 2015-04-13 | 1 | -1/+3 |
| | |||||
* | 34874: completion for cabal | Clint Adams | 2015-04-10 | 1 | -0/+9 |
| | |||||
* | 34748: completion: git: update list of builtintools | Daniel Hahler | 2015-04-10 | 1 | -9/+16 |
| | |||||
* | 34814: completion: git: Fix bug introduced by 236da69 | Daniel Shahaf | 2015-04-01 | 1 | -1/+3 |
| | | | | Based on a patch by Daniel Hahler <git@thequod.de>. | ||||
* | users/20058: improve device completion in ip completion. | Peter Stephenson | 2015-03-31 | 3 | -39/+51 |
| | | | | | We were too eager to regard strings already on the command line as possible devices. | ||||
* | 34762: completion: git: add short option for '--dir-diff' (_git-difftool) | Daniel Hahler | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | 34739: git completion: Fix regression in ce80a92 | Daniel Shahaf | 2015-03-19 | 1 | -1/+1 |
| | | | | | This restores the message when completing a commit object name that isn't one of the most recent 20 commits. e.g., 'git checkout deadbeef<TAB>'. | ||||
* | 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵ | Daniel Shahaf | 2015-03-16 | 1 | -1/+1 |
| | | | | --fixup' hash completions | ||||
* | 34671: git completion: only offer recent commits' tags/heads for --fixup | Daniel Shahaf | 2015-03-16 | 1 | -2/+34 |
| | |||||
* | 34693: sudo completion: Don't false positive 'sudo -e' detection | Daniel Shahaf | 2015-03-09 | 1 | -1/+8 |
| | |||||
* | 34638 with tweaks: git completion: complete commit hashes and --fixup | Daniel Hahler | 2015-03-07 | 1 | -3/+9 |
| | |||||
* | 34588: Complete 'usermod -a' | Daniel Shahaf | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | 34468: completion: git: stash: handle 'save' being the default | Daniel Hahler | 2015-02-08 | 1 | -5/+11 |
| | | | | | "git stash" should complete arguments for "git stash save", but without the message part. | ||||
* | 34467: completion: git: minor doc fixes | Daniel Hahler | 2015-02-08 | 1 | -7/+3 |
| | | | | | | I am not sure about the deprecation of user-commands, but from other places in the doc and commit history this deprecation was meant to be reverted?! | ||||
* | 34470: completion: adb: add "sideload" command | Daniel Hahler | 2015-02-08 | 1 | -0/+1 |
| | | | | | | btw: there is another compdef available for `adb` from zsh-users/zsh-completion; see https://github.com/zsh-users/zsh-completions/issues/291. | ||||
* | 34469: git completion: add "stash" from refs/stash to __git_heads | Daniel Hahler | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | 34464: Update mtr completion to mtr 0.82 | Daniel Shahaf | 2015-02-07 | 1 | -2/+8 |
| | |||||
* | 34444: git completion: minor improvements | Daniel Shahaf | 2015-02-02 | 1 | -4/+4 |
| | | | | | | - 'git rebase': complete arguments in the same word as the option - 'git commit': provide message for --fixup/--squash | ||||
* | 34411: _hg completion: Complete bookmark names for -r | Daniel Shahaf | 2015-02-01 | 1 | -8/+17 |
| | | | | While there, simplify `hg tags` parsing. | ||||
* | 34435: Update emulate completion. | Peter Stephenson | 2015-01-30 | 2 | -2/+7 |
| | | | | | | Add new feature to run command in emulation. Factor out handling of quoted command string to new function. | ||||
* | 34415: cache list of all python modules | Jun-ichi Takimoto | 2015-01-28 | 3 | -25/+75 |
| | |||||
* | 34423: fix a typo in _ruby | Jun-ichi Takimoto | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | 34412: complete all groups for chown under sudo | Daniel Shahaf | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | 34373, 34374: update completion of builtin commands, modifiers, | Oliver Kiddle | 2015-01-25 | 3 | -3/+3 |
| | | | | parameter and globbing flags | ||||
* | 34327: fix cache identifier used in _cache_invalid | Jun-ichi Takimoto | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | _git: Change one --validate to --no-validate | Wieland Hoffmann | 2015-01-17 | 1 | -1/+1 |
| | | | | | As the description of that argument says, it's used to *not* perform sanity checks. | ||||
* | 34260 relax interface name restrictions in ip completion | Eric Cook | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | 34259: variable declarations in ip completion | Eric Cook | 2015-01-13 | 1 | -1/+2 |
| | |||||
* | 34042: _git: Respect tags for subcommand completion. | Daniel Shahaf | 2015-01-05 | 1 | -14/+54 |
| | | | | | | | | | | | It is now possible to use the tag-order style to stagger the overwhelming 'git <TAB>' subcommand listing. For example: zstyle ':completion::complete:git:argument-1:' tag-order \ main-porcelain-commands user-commands third-party-commands \ ancillary-manipulator-commands ancillary-interrogator-commands \ plumbing-manipulator-commands plumbing-interrogator-commands \ aliases | ||||
* | 33963: remove work of art in _mount | Mikael Magnusson | 2014-12-29 | 1 | -21/+3 |
| | |||||
* | 34068: create tempfiles without forking, and safe temp directory creation | Barton E. Schaefer | 2014-12-28 | 1 | -5/+8 |
| | |||||
* | users/19530: Handle commented lines in /etc/filesystems | Mikael Magnusson | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | 33958: update sudo completion for newer options | Oliver Kiddle | 2014-12-13 | 1 | -26/+32 |
| |