Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-23 | 33221 (including 33173 from Anthony Heading): _perforce tweak. | Peter Stephenson | 2 | -5/+15 | |
Complete directories when handling unmaintained files for add. Rationalise code and comments around this. | |||||
2014-09-23 | unposted: add dvipdf to _dvi command list | Peter Stephenson | 2 | -1/+4 | |
2014-09-23 | 33218: complete m4a files for mplayer | Richard Hartmann | 2 | -2/+8 | |
2014-09-22 | 33198: new augeas completion | Oliver Kiddle | 2 | -0/+60 | |
2014-09-22 | users/19113: reorganised cryptsetup completion function | Oliver Kiddle | 2 | -98/+81 | |
2014-09-22 | 33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-index | Daniel Hahler | 2 | -3/+8 | |
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). | |||||
2014-09-22 | 33208: improve report on paths at end of configuration | Tanu Kaskinen | 2 | -7/+14 | |
2014-09-20 | 33214 (modified further): test prefixes for site fpath better | Peter Stephenson | 2 | -1/+14 | |
2014-09-20 | 33213: try to get fixed fpath dir right this time | Peter Stephenson | 3 | -9/+7 | |
2014-09-20 | 33212: try to put /usr/local/share/zsh/site-functions in default fpath | Peter Stephenson | 4 | -11/+43 | |
2014-09-20 | 33209: allow dummy zsh.texi if yodl not available. | Tanu Kaskinen | 2 | -2/+9 | |
Removes catastrophic make failure so rest of make can finish. | |||||
2014-09-19 | 33206: fix compdescribe doc | Barton E. Schaefer | 2 | -6/+8 | |
2014-09-19 | 33205: keep array of completions and array of display strings in sync when ↵ | Barton E. Schaefer | 2 | -1/+7 | |
filtering for matches | |||||
2014-09-18 | users/19097: remove $functypetrace in favour of ref to $zsheval_context | Peter Stephenson | 3 | -52/+15 | |
2014-09-16 | 33184: vcs_info git: consider patches for rebase | Marc Finet | 3 | -49/+85 | |
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 "?". | |||||
2014-09-16 | 33188: vcs_info git: set rrn before using it | Marc Finet | 2 | -2/+7 | |
This would fix handling get-revision, check-for-changes or check-for-staged-changes when set per repository. | |||||
2014-09-16 | 33137: _path_files: complete # to introduce a glob flag | Mikael Magnusson | 2 | -7/+18 | |
2014-09-16 | 33136: P glob qual appends words when negated | Mikael Magnusson | 3 | -6/+26 | |
2014-09-14 | 33150: completion git: fix send-email --confirm values | Marc Finet | 2 | -1/+4 | |
2014-09-14 | 33145: vcs_info git: fix applied-string name | Marc Finet | 2 | -1/+4 | |
Documentation and hg backend use applied-string. patch-string does not appear anywhere. | |||||
2014-09-14 | 33148: vcs_info quilt: refactor standalone detection | Marc Finet | 2 | -5/+6 | |
Since VCS_INFO_bydir_detect always uses the vcs_comm[detect_need_file], it should be cleared when querying it without file. | |||||
2014-09-14 | 33147: vcs_info git: detect revert or cherry-pick with multiple commits | Marc Finet | 2 | -0/+8 | |
When revert or cherry-pick involve many commits the .git/sequencer directory holds context for the action and no CHERRY_PICK_HEAD exist. | |||||
2014-09-14 | 33151: completion git: support aliases when \n exist | Marc Finet | 2 | -3/+10 | |
The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases. | |||||
2014-09-14 | 33149: vcs_info examples: fix typo | Marc Finet | 2 | -1/+5 | |
2014-09-12 | 33143: POSIX_ARGZERO more closely matches bash et al. | Barton E. Schaefer | 2 | -2/+7 | |
2014-09-12 | Add $functypestack special parameter in zsh/parameter | Peter Stephenson | 3 | -1/+58 | |
2014-09-09 | 33132: use ip on Linux to get interface names | Eric Cook | 2 | -9/+23 | |
2014-09-08 | users/19059 based on users/19058: remove ineffiency with multiple * matches | Peter Stephenson | 3 | -0/+23 | |
2014-09-07 | 33122: typo from 32891 caused incorrect matches for pcre_match -n | Barton E. Schaefer | 3 | -1/+15 | |
2014-09-06 | clarify ${(~j.|.)array} example | Barton E. Schaefer | 2 | -4/+7 | |
2014-09-06 | 33118: record original param unset state when treating empty the same as unset, | Barton E. Schaefer | 2 | -6/+13 | |
to avoid incorrect NO_UNSET errors | |||||
2014-09-06 | 33116: followup to 32580 to prevent double-locking with shared or ↵ | Barton E. Schaefer | 2 | -6/+13 | |
incremental history | |||||
2014-09-06 | 33061: More useful setopt / unsetopt completion | Mikael Magnusson | 3 | -18/+20 | |
2014-09-04 | 33110: document use of $IFS[0] for variable padding | Peter Stephenson | 2 | -0/+9 | |
2014-09-04 | 33108: stgit --patch completion | Alexandre Rames | 2 | -0/+14 | |
2014-09-04 | 33091: improve documentation for ttyctl | Peter Stephenson | 2 | -3/+19 | |
2014-09-03 | 33100: check $fd more rigorously in "exec {fd}<&-" | Barton E. Schaefer | 2 | -6/+20 | |
2014-09-03 | 33088: indentation in $PS4 | Barton E. Schaefer | 2 | -0/+6 | |
2014-09-01 | 33081: suppress unnecessary error message | Mark Oteiza | 2 | -2/+7 | |
2014-08-31 | Further tweaking of the descriptor leak regression test that sometimes hangs | Barton E. Schaefer | 2 | -4/+7 | |
2014-08-31 | 33077: SHTTY = -1 when closing it in closem() | Barton E. Schaefer | 2 | -1/+8 | |
2014-08-30 | 33070: add %(e..) based on %e | Barton E. Schaefer | 3 | -0/+14 | |
2014-08-30 | 33069: remove internal quoting before lookup when expanding aliases in an ↵ | Barton E. Schaefer | 2 | -0/+8 | |
unquoted word | |||||
2014-08-29 | 33057: %e in prompts shows evaluation / execution depth | Peter Stephenson | 3 | -0/+24 | |
2014-08-28 | Update notes on use of .distfiles | Peter Stephenson | 2 | -6/+13 | |
2014-08-28 | unposted: update version to 5.0.6-dev-0 for new commits post release | Peter Stephenson | 2 | -1/+4 | |
2014-08-28 | Release 5.0.6 | Peter Stephenson | 2 | -2/+6 | |
2014-08-24 | unposted: 5.0.5-dev-3 | Peter Stephenson | 2 | -2/+6 | |
2014-08-24 | un-transpose help text for git merge -{-no,}-verify | Barton E. Schaefer | 2 | -2/+7 | |
2014-08-23 | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 70 | -1193/+63 | |