Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Holger Weiss: 27977: _git shouldn't return 0 if there are no matches. | Frank Terbeck | 2010-06-03 | 2 | -1/+8 |
| | |||||
* | 27990: don't use return value from setupterm() | Peter Stephenson | 2010-06-02 | 3 | -6/+21 |
| | | | | to decide if module booted OK | ||||
* | Daniel Friesel: 27982: feh completion update | Peter Stephenson | 2010-06-01 | 2 | -31/+61 |
| | |||||
* | Mikael: 27981: complete (e) in subscript | Peter Stephenson | 2010-05-31 | 2 | -1/+8 |
| | |||||
* | Mikael: 27980: completion typo | Peter Stephenson | 2010-05-28 | 2 | -2/+6 |
| | |||||
* | 27965, 27966: Improve ${(q)...}: newline appears as $'\n;, | Peter Stephenson | 2010-05-27 | 5 | -15/+45 |
| | |||||
* | 27976: more parameter substitution order description | Peter Stephenson | 2010-05-27 | 2 | -9/+46 |
| | |||||
* | Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to ↵ | Frank Terbeck | 2010-05-27 | 2 | -3/+10 |
| | | | | always return `default' as the branch name. | ||||
* | users/15078: completion for zsh-mime-handler | Peter Stephenson | 2010-05-23 | 5 | -9/+86 |
| | |||||
* | 27964: add back missing enditem(). | Clint Adams | 2010-05-22 | 2 | -1/+6 |
| | |||||
* | Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. | Frank Terbeck | 2010-05-14 | 4 | -11/+9 |
| | |||||
* | Simon Ruderich: 27954: vcs_info: more minor documentation fixes. | Frank Terbeck | 2010-05-14 | 3 | -10/+13 |
| | |||||
* | unposted: fix typo in previous commit | Peter Stephenson | 2010-05-12 | 4 | -3/+15 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 12 | -38/+188 |
| | |||||
* | c.f. 27950: strip bogus whitespace from tests | Peter Stephenson | 2010-05-10 | 2 | -5/+10 |
| | |||||
* | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 2010-05-10 | 12 | -302/+1316 |
| | | | | | | | | | | | | | | | | | | | | | | | Here's a diff-stat: Doc/Zsh/contrib.yo | 506 ++++++++++++++------- Functions/VCS_Info/.distfiles | 1 + Functions/VCS_Info/Backends/VCS_INFO_detect_hg | 14 +- Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 35 +- Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 295 +++++++++---- Functions/VCS_Info/VCS_INFO_formats | 26 +- Functions/VCS_Info/VCS_INFO_hook | 10 +- Functions/VCS_Info/VCS_INFO_quilt | 190 ++++++++ Functions/VCS_Info/vcs_info | 30 +- Misc/.distfiles | 1 + Misc/vcs_info-examples | 496 ++++++++++++++++++++ 11 files changed, 1303 insertions(+), 301 deletions(-) The major changes are vast improvements for the mercurial (hg) backend (which was done almost entirely by Seth); improved documentation (mostly done by Simon and again Seth); quilt support (as an addon and stand alone, see the manual for details); a number of new hooks and a fair share of bugfixes. | ||||
* | users/15031: another file completion quoting fix, | Peter Stephenson | 2010-05-05 | 2 | -6/+27 |
| | | | | useful if path-completion is false or accept-exact-dirs is true | ||||
* | 27947: some cases where we should execute EXIT traps | Peter Stephenson | 2010-05-05 | 3 | -2/+33 |
| | |||||
* | * 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic ↵ | Frank Terbeck | 2010-05-02 | 2 | -2/+7 |
| | | | | symbolic references as heads. | ||||
* | Bernd Zeimetz: 27931: completion for bts affects. | Clint Adams | 2010-04-28 | 2 | -2/+16 |
| | |||||
* | Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE | Peter Stephenson | 2010-04-28 | 3 | -3/+9 |
| | |||||
* | 27926: fix completion suffix when inserting last word | Peter Stephenson | 2010-04-27 | 2 | -1/+5 |
| | |||||
* | 27911: no completion colouring with old lists when turned off | Peter Stephenson | 2010-04-27 | 2 | -3/+13 |
| | |||||
* | 27908: Functions/VCS_Info/vcs_info: Avoid locale related problems | Frank Terbeck | 2010-04-26 | 2 | -2/+13 |
| | |||||
* | unposted: update to _kfmclient | Peter Stephenson | 2010-04-26 | 3 | -21/+214 |
| | | | | unposted: update to _perforce for Perforce 2009.2 | ||||
* | fix previous commit | Clint Adams | 2010-04-25 | 2 | -4/+4 |
| | |||||
* | 27914: find usb.ids in /usr/share/misc. | Clint Adams | 2010-04-25 | 2 | -3/+6 |
| | |||||
* | 27912: presume that pci.ids is uncompressed now. | Clint Adams | 2010-04-25 | 2 | -2/+7 |
| | |||||
* | users/15028 modified to unquote in one place: | Peter Stephenson | 2010-04-23 | 2 | -2/+9 |
| | | | | | with path-completion false or accept-exact-dirs true we need to unquote the string before sticking it in the current path | ||||
* | 27889: Force more use of GLOB_SUBST in parameters if ~ is used | Peter Stephenson | 2010-04-20 | 3 | -6/+18 |
| | |||||
* | "Akinori MUSHA: 27892: update service & init completion for FreeBSD | Peter Stephenson | 2010-04-20 | 7 | -50/+125 |
| | |||||
* | unposted: update NEWS with path-completion style | Peter Stephenson | 2010-04-15 | 2 | -6/+18 |
| | |||||
* | 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the ↵ | Frank Terbeck | 2010-04-14 | 2 | -2/+8 |
| | | | | `--interactive' option of "git commit". | ||||
* | unposted: add kindex entry for path-completion style | Peter Stephenson | 2010-04-14 | 2 | -2/+5 |
| | |||||
* | unposted: slightly rephrase path-completion doc | Peter Stephenson | 2010-04-14 | 2 | -3/+5 |
| | |||||
* | users/15011: add path-completion style | Peter Stephenson | 2010-04-14 | 3 | -8/+39 |
| | |||||
* | unposted: calendar system updates: | Peter Stephenson | 2010-04-13 | 6 | -11/+26 |
| | | | | allow file locking to fall back; don't need dcop for kdialog | ||||
* | 27876: completion for axi-cache (from apt-xapian-index). | Clint Adams | 2010-04-12 | 2 | -1/+35 |
| | |||||
* | Simon Ruderich: 27856 (tweaked): Git availability | Peter Stephenson | 2010-04-09 | 2 | -3/+10 |
| | |||||
* | 27865: fix problem with glob_subst in parameter subsitution | Peter Stephenson | 2010-04-09 | 3 | -2/+17 |
| | |||||
* | Ben: 27589: improved -redirect | Peter Stephenson | 2010-04-09 | 2 | -6/+13 |
| | |||||
* | 27847: completion for uzbl. | Clint Adams | 2010-03-30 | 2 | -1/+15 |
| | |||||
* | 27843: fix description of extended history format | Peter Stephenson | 2010-03-29 | 2 | -2/+7 |
| | |||||
* | rationalise widths of non-printing characters to zero. | Peter Stephenson | 2010-03-27 | 4 | -35/+81 |
| | |||||
* | unposted: change new test in A02alias.ztst to use cat | Peter Stephenson | 2010-03-25 | 2 | -3/+6 |
| | |||||
* | 27827: fix infinite loop in recursive alias at end of parsed string | Peter Stephenson | 2010-03-25 | 3 | -10/+25 |
| | |||||
* | 27823: fix memory access in 27822 | Peter Stephenson | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | 27823: fix memory access in 27822 | Peter Stephenson | 2010-03-22 | 1 | -1/+4 |
| | |||||
* | 27812: display invalid bytes in multibyte characters specially | Peter Stephenson | 2010-03-22 | 5 | -14/+82 |
| | |||||
* | Fix ZLE access to pushed history line | Peter Stephenson | 2010-03-22 | 5 | -10/+55 |
| |