Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33238: correct return values | Oliver Kiddle | 2014-09-25 | 1 | -0/+4 |
| | |||||
* | 33224: complete directory as second btrfs argument | Eric Cook | 2014-09-24 | 1 | -0/+5 |
| | |||||
* | 33223: discard stderr except when _complete_debug is in progress. | Barton E. Schaefer | 2014-09-23 | 1 | -0/+5 |
| | |||||
* | 33180: _git: add missing --3way option | Øystein Walle | 2014-09-23 | 1 | -0/+3 |
| | |||||
* | 33177: _git: fix typo in git-apply | Øystein Walle | 2014-09-23 | 1 | -0/+2 |
| | |||||
* | 33178: _git: updates for Git 2.1.0 | Øystein Walle | 2014-09-23 | 1 | -0/+2 |
| | | | | This incorporates changes mentioned in the release notes since 2.0.0. | ||||
* | 33176: _git: Add missing --list to git-tag | Øystein Walle | 2014-09-23 | 1 | -0/+3 |
| | |||||
* | 33179: _git: updates for Git 2.0.0 | Øystein Walle | 2014-09-23 | 1 | -0/+4 |
| | | | | This incorporates changes mentioned in the release notes since 1.9.0. | ||||
* | unposted: more NEWS tweaks while I'm there. | Peter Stephenson | 2014-09-23 | 1 | -0/+2 |
| | |||||
* | unposted: mention numeric output with underscore separators | Peter Stephenson | 2014-09-23 | 1 | -0/+2 |
| | |||||
* | unposted: mention /usr/local/share/zsh/site-functions default in NEWS | Peter Stephenson | 2014-09-23 | 1 | -0/+5 |
| | |||||
* | 33221 (including 33173 from Anthony Heading): _perforce tweak. | Peter Stephenson | 2014-09-23 | 1 | -0/+5 |
| | | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this. | ||||
* | unposted: add dvipdf to _dvi command list | Peter Stephenson | 2014-09-23 | 1 | -0/+3 |
| | |||||
* | 33218: complete m4a files for mplayer | Richard Hartmann | 2014-09-23 | 1 | -1/+7 |
| | |||||
* | 33198: new augeas completion | Oliver Kiddle | 2014-09-22 | 1 | -0/+2 |
| | |||||
* | users/19113: reorganised cryptsetup completion function | Oliver Kiddle | 2014-09-22 | 1 | -0/+4 |
| | |||||
* | 33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-index | Daniel Hahler | 2014-09-22 | 1 | -0/+5 |
| | | | | | | | | | | | This will detect changes to submodules from the superproject's perspective, e.g. after `git rm submodule`. >From GIT-DIFF-INDEX(1)/GIT-DIFF(1): Using "dirty" ignores all changes to the work tree of submodules, only changes to the commits stored in the superproject are shown (this was the behavior until 1.7.0). | ||||
* | 33208: improve report on paths at end of configuration | Tanu Kaskinen | 2014-09-22 | 1 | -0/+4 |
| | |||||
* | 33214 (modified further): test prefixes for site fpath better | Peter Stephenson | 2014-09-20 | 1 | -0/+2 |
| | |||||
* | 33213: try to get fixed fpath dir right this time | Peter Stephenson | 2014-09-20 | 1 | -0/+2 |
| | |||||
* | 33212: try to put /usr/local/share/zsh/site-functions in default fpath | Peter Stephenson | 2014-09-20 | 1 | -0/+5 |
| | |||||
* | 33209: allow dummy zsh.texi if yodl not available. | Tanu Kaskinen | 2014-09-20 | 1 | -0/+5 |
| | | | | Removes catastrophic make failure so rest of make can finish. | ||||
* | 33206: fix compdescribe doc | Barton E. Schaefer | 2014-09-19 | 1 | -0/+2 |
| | |||||
* | 33205: keep array of completions and array of display strings in sync when ↵ | Barton E. Schaefer | 2014-09-19 | 1 | -0/+6 |
| | | | | filtering for matches | ||||
* | users/19097: remove $functypetrace in favour of ref to $zsheval_context | Peter Stephenson | 2014-09-18 | 1 | -0/+6 |
| | |||||
* | 33184: vcs_info git: consider patches for rebase | Marc Finet | 2014-09-16 | 1 | -0/+4 |
| | | | | | | | | Since a rebase contains a list of patches to re-apply, re-use the facility for stgit to have the same mechanism. The patch list given to the gen-{un,}applied-string hooks is an array with the sha1 and the subject of the commit. On rebase merge, the applied patches prior to current contains only a number and "?". | ||||
* | 33188: vcs_info git: set rrn before using it | Marc Finet | 2014-09-16 | 1 | -0/+5 |
| | | | | | This would fix handling get-revision, check-for-changes or check-for-staged-changes when set per repository. | ||||
* | 33137: _path_files: complete # to introduce a glob flag | Mikael Magnusson | 2014-09-16 | 1 | -0/+3 |
| | |||||
* | 33136: P glob qual appends words when negated | Mikael Magnusson | 2014-09-16 | 1 | -0/+5 |
| | |||||
* | 33150: completion git: fix send-email --confirm values | Marc Finet | 2014-09-14 | 1 | -0/+3 |
| | |||||
* | 33145: vcs_info git: fix applied-string name | Marc Finet | 2014-09-14 | 1 | -0/+3 |
| | | | | | Documentation and hg backend use applied-string. patch-string does not appear anywhere. | ||||
* | 33148: vcs_info quilt: refactor standalone detection | Marc Finet | 2014-09-14 | 1 | -0/+3 |
| | | | | | | Since VCS_INFO_bydir_detect always uses the vcs_comm[detect_need_file], it should be cleared when querying it without file. | ||||
* | 33147: vcs_info git: detect revert or cherry-pick with multiple commits | Marc Finet | 2014-09-14 | 1 | -0/+3 |
| | | | | | When revert or cherry-pick involve many commits the .git/sequencer directory holds context for the action and no CHERRY_PICK_HEAD exist. | ||||
* | 33151: completion git: support aliases when \n exist | Marc Finet | 2014-09-14 | 1 | -0/+3 |
| | | | | | The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases. | ||||
* | 33149: vcs_info examples: fix typo | Marc Finet | 2014-09-14 | 1 | -0/+4 |
| | |||||
* | 33143: POSIX_ARGZERO more closely matches bash et al. | Barton E. Schaefer | 2014-09-12 | 1 | -1/+5 |
| | |||||
* | Add $functypestack special parameter in zsh/parameter | Peter Stephenson | 2014-09-12 | 1 | -0/+6 |
| | |||||
* | 33132: use ip on Linux to get interface names | Eric Cook | 2014-09-09 | 1 | -0/+5 |
| | |||||
* | users/19059 based on users/19058: remove ineffiency with multiple * matches | Peter Stephenson | 2014-09-08 | 1 | -0/+6 |
| | |||||
* | 33122: typo from 32891 caused incorrect matches for pcre_match -n | Barton E. Schaefer | 2014-09-07 | 1 | -0/+5 |
| | |||||
* | clarify ${(~j.|.)array} example | Barton E. Schaefer | 2014-09-06 | 1 | -0/+2 |
| | |||||
* | 33118: record original param unset state when treating empty the same as unset, | Barton E. Schaefer | 2014-09-06 | 1 | -0/+4 |
| | | | | to avoid incorrect NO_UNSET errors | ||||
* | 33116: followup to 32580 to prevent double-locking with shared or ↵ | Barton E. Schaefer | 2014-09-06 | 1 | -0/+5 |
| | | | | incremental history | ||||
* | 33061: More useful setopt / unsetopt completion | Mikael Magnusson | 2014-09-06 | 1 | -0/+6 |
| | |||||
* | 33110: document use of $IFS[0] for variable padding | Peter Stephenson | 2014-09-04 | 1 | -0/+5 |
| | |||||
* | 33108: stgit --patch completion | Alexandre Rames | 2014-09-04 | 1 | -0/+3 |
| | |||||
* | 33091: improve documentation for ttyctl | Peter Stephenson | 2014-09-04 | 1 | -0/+4 |
| | |||||
* | 33100: check $fd more rigorously in "exec {fd}<&-" | Barton E. Schaefer | 2014-09-03 | 1 | -0/+2 |
| | |||||
* | 33088: indentation in $PS4 | Barton E. Schaefer | 2014-09-03 | 1 | -0/+4 |
| | |||||
* | 33081: suppress unnecessary error message | Mark Oteiza | 2014-09-01 | 1 | -0/+5 |
| |