Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-18 | Jérôme Pouiller: 28351: new help functions | Peter Stephenson | 3 | -0/+16 | |
2010-10-15 | 28345: make ${(D)...} return a fully usable command line argument | Peter Stephenson | 1 | -1/+1 | |
2010-09-08 | unposted: safety on regexp errors in replace-string-again | Peter Stephenson | 1 | -2/+2 | |
2010-08-10 | unposted: tweak newline placement. | Clint Adams | 1 | -3/+3 | |
2010-08-08 | 28137: zsh-mime-handler typo: $argv[0] should be $argv[1] | Peter Stephenson | 1 | -2/+2 | |
2010-08-02 | Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories. | Frank Terbeck | 1 | -5/+2 | |
2010-07-28 | users/15204: in zfinit check for compctl before using | Peter Stephenson | 1 | -1/+2 | |
2010-07-28 | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 13 | -14/+14 | |
2010-07-28 | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 15 | -21/+21 | |
2010-07-20 | 28096: don't add $OLDPWD to recent dirs as we weren't there | Peter Stephenson | 1 | -5/+0 | |
2010-07-20 | 28081: cdr tweaks | Peter Stephenson | 1 | -7/+12 | |
2010-07-19 | 28095: Fix two hard-coded invocations of the "git" command. | Frank Terbeck | 1 | -2/+2 | |
2010-07-19 | 28093, based on Michel Lespinasse: 28090: Fix a problem with ↵ | Frank Terbeck | 1 | -2/+2 | |
`check-for-changes' and freshly initialised repositories. | |||||
2010-07-09 | 28065 plus unposted zsh.mdd: | Peter Stephenson | 6 | -0/+491 | |
add cdr and related functions and docs | |||||
2010-06-30 | 28062: make the filename even longer | Clint Adams | 1 | -2/+2 | |
2010-06-30 | 28061: transpose filename halves, describe action better | Clint Adams | 1 | -3/+4 | |
2010-06-30 | 27998: add recommended zshrc option. | Clint Adams | 1 | -0/+11 | |
2010-06-16 | 28042: transpose-lines widget | Peter Stephenson | 2 | -16/+76 | |
2010-06-14 | 28038: improved handling of recurring events in calendar system | Peter Stephenson | 4 | -123/+340 | |
2010-05-27 | Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to ↵ | Frank Terbeck | 1 | -2/+3 | |
always return `default' as the branch name. | |||||
2010-05-23 | users/15078: completion for zsh-mime-handler | Peter Stephenson | 1 | -7/+58 | |
2010-05-14 | Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. | Frank Terbeck | 1 | -2/+2 | |
2010-05-10 | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 8 | -126/+475 | |
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. | |||||
2010-04-26 | 27908: Functions/VCS_Info/vcs_info: Avoid locale related problems | Frank Terbeck | 1 | -1/+7 | |
2010-04-13 | unposted: calendar system updates: | Peter Stephenson | 5 | -10/+18 | |
allow file locking to fall back; don't need dcop for kdialog | |||||
2010-03-19 | update calendar to run calendar_show in current shell | Peter Stephenson | 1 | -12/+13 | |
2010-03-17 | unposted: calendar -s was broken by file locking change | Peter Stephenson | 1 | -3/+13 | |
2010-03-11 | Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. | Frank Terbeck | 1 | -1/+1 | |
2010-03-09 | unposted: fix calendar bug updating repeating events | Peter Stephenson | 2 | -2/+11 | |
allow calendar_edit to take arguments for editor | |||||
2010-03-04 | Frank: 27768: shut up cd some more | Peter Stephenson | 1 | -12/+3 | |
2010-02-26 | 27756: add OS file locking to calendar | Peter Stephenson | 4 | -7/+43 | |
add errflag test to loop over fcntl() | |||||
2010-02-21 | 27731: Frank: turn off WARN_CREATE_GLOBAL in VCS_INFO | Peter Stephenson | 1 | -1/+1 | |
2010-02-17 | Frank: 27717: option terminators in VCS Info | Peter Stephenson | 1 | -3/+3 | |
2010-02-16 | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 2 | -0/+43 | |
VCS Info hooks and Mercurial improvements | |||||
2010-02-16 | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 8 | -98/+210 | |
VCS Info hooks and Mercurial improvements | |||||
2010-02-08 | unposted: a couple of typeset -g's and a comment | Peter Stephenson | 1 | -2/+3 | |
2010-02-07 | Frank: 27679: better logic in VCS_INFO_get_data_git | Peter Stephenson | 1 | -11/+19 | |
2010-01-29 | users/14752: add #! line to zed | Peter Stephenson | 1 | -1/+1 | |
allow script run with -i to exit on return | |||||
2010-01-29 | Julien Jehannet: users/14751: typo in variable name in zed | Peter Stephenson | 1 | -1/+1 | |
2010-01-19 | unposted: return status 1 if no replacement | Peter Stephenson | 1 | -0/+8 | |
2010-01-18 | 27604: substitution using regular expressions | Peter Stephenson | 3 | -3/+45 | |
2010-01-08 | 27577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyed | Peter Stephenson | 1 | -1/+1 | |
2009-12-16 | unposted: new run-help-p4 | Peter Stephenson | 2 | -0/+6 | |
2009-12-16 | 27492 based on Jörg Sommer: 27473: fix run-help alias problem. | Peter Stephenson | 1 | -3/+8 | |
2009-11-22 | Alexey: users/14588: ztodo function and completion | Peter Stephenson | 1 | -0/+62 | |
2009-11-22 | Alexey: users/14588: ztodo function and completion | Peter Stephenson | 1 | -0/+1 | |
2009-11-20 | unposted: change bracket colors default to yellow when in an ssh session. | Clint Adams | 1 | -1/+1 | |
2009-11-06 | Frank Terbeck: 27353: more VCS_Info sanity checks | Peter Stephenson | 2 | -0/+3 | |
2009-11-03 | unposted: brief calendar display | Peter Stephenson | 1 | -3/+3 | |
2009-10-29 | unposted: Functions/Calendar/calendar: brief display failed on single lines | Peter Stephenson | 1 | -1/+2 | |