Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | users/20058: improve device completion in ip completion. | Peter Stephenson | 2015-03-31 | 1 | -2/+5 |
| | | | | | 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 | 1 | -2/+1 |
| | | | | | | 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 | 2 | -25/+31 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | parameter and globbing flags | ||||
* | _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 |
| | |||||
* | 33958: update sudo completion for newer options | Oliver Kiddle | 2014-12-13 | 1 | -26/+32 |
| | |||||
* | Parse "Gentoo" as being GNU libc | Mikael Magnusson | 2014-12-10 | 3 | -3/+3 |
| | |||||
* | 33927: nm completion improvements | Peter Stephenson | 2014-12-08 | 1 | -2/+2 |
| | | | | | | Complete .elf files. Allow directory searches. | ||||
* | 33912: fix filename default case | Barton E. Schaefer | 2014-12-07 | 1 | -2/+1 |
| | | | | version-of-od argument list manipulation clobbered the default spec | ||||
* | 33882: Complete CXXFLAGS as CFLAGS too | Mikael Magnusson | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | 33861: update lsof completion for new options | Oliver Kiddle | 2014-12-05 | 1 | -9/+39 |
| | |||||
* | 33689: make cp --reflink's argument optional | Eric Cook | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | 33729: "git remote add" should complete local repositories | Peter Stephenson | 2014-11-23 | 1 | -1/+9 |
| | |||||
* | 33728: Complete bzr shelve subcommand | Sebastien Alaiwan | 2014-11-21 | 1 | -0/+11 |
| | |||||
* | 33659: use --dump-options to get most of the gpg options to complete | Oliver Kiddle | 2014-11-09 | 1 | -78/+48 |
| | |||||
* | 33648: _gpg completes for gpg2 as well | Barton E. Schaefer | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | 33485: fix a missing ;; case terminator | Mikael Magnusson | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | 33485: fixes for zstyle context handling | Oliver Kiddle | 2014-10-21 | 12 | -80/+88 |
| | |||||
* | see 33475: allow .cpp files to be completed as gcc input | Peter Stephenson | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | 33455: update GNU global option completion | Syohei YOSHIDA | 2014-10-14 | 1 | -0/+16 |
| | |||||
* | 33467: correct return status on functions and numerous other minor fixes | Oliver Kiddle | 2014-10-14 | 35 | -557/+450 |
| | |||||
* | 33375: new sv completion | fREW Schmidt | 2014-10-10 | 1 | -0/+73 |
| | |||||
* | 33396: new xxd completion | Daniel Shahaf | 2014-10-10 | 1 | -0/+45 |
| | |||||
* | 33315: fix pattern to match freebsd10 and later | Oliver Kiddle | 2014-10-02 | 1 | -3/+6 |
| | |||||
* | 33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensions | Axel Beckert | 2014-10-02 | 2 | -2/+2 |
| | |||||
* | 33252: complete more notmuch subcommands | Wieland Hoffmann | 2014-09-26 | 1 | -0/+3 |
| | |||||
* | 33238: correct return values | Oliver Kiddle | 2014-09-25 | 1 | -234/+191 |
| | |||||
* | 33180: _git: add missing --3way option | Øystein Walle | 2014-09-23 | 1 | -0/+1 |
| | |||||
* | 33177: _git: fix typo in git-apply | Øystein Walle | 2014-09-23 | 1 | -1/+1 |
| |