Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-17 | 31155: minor extra zcalc features and documentation | Peter Stephenson | 1 | -4/+8 | |
2013-03-15 | 31154: make zcalc understand continuation lines with a backslash | Peter Stephenson | 1 | -1/+6 | |
2013-03-13 | unposted: adjust another mention of psvar | Mikael Magnusson | 1 | -1/+1 | |
2013-03-05 | users/17666: zcalc -f sets FORCE_FLOAT | Peter Stephenson | 1 | -0/+4 | |
2013-01-26 | 31000: fix typo in example | Bart Schaefer | 1 | -1/+1 | |
2013-01-24 | users/17608: use function to modify currrent command line argument | Peter Stephenson | 1 | -3/+22 | |
2012-09-28 | Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵ | Frank Terbeck | 1 | -2/+5 | |
from the hg vcs_info backend | |||||
2012-08-17 | Stepan Koltsov: vcs_info: %a to output number of all patches in ↵ | Frank Terbeck | 1 | -0/+1 | |
(no)?patch-format styles | |||||
2012-06-04 | users/17132: skip-whitespace-first style for compatibility with bash etc. | Peter Stephenson | 1 | -0/+10 | |
in widgets using forward-word-match | |||||
2012-05-08 | Describe differences in -i/-I/-l/-L/-n options from xargs to zargs. | Bart Schaefer | 1 | -0/+7 | |
2012-05-08 | unposted: clarify that zargs is different from xargs | Peter Stephenson | 1 | -6/+7 | |
2012-03-23 | 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for ↵ | Simon Ruderich | 1 | -2/+2 | |
patch-format/nopatch-format. | |||||
2011-11-18 | 29908: make MIME functions handle stacked suffixes | Peter Stephenson | 1 | -0/+17 | |
2011-11-07 | 29894: display and use previous replacement in replace-string | Peter Stephenson | 1 | -0/+5 | |
2011-07-03 | unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian. | Frank Terbeck | 1 | -1/+1 | |
2011-06-02 | 29434: contrib.yo: Use PLUS() to avoid a + being silently dropped. | Frank Terbeck | 1 | -1/+1 | |
2011-06-01 | 29416: Fix (mis-)uses of var() in vcs_info documentation. | Bart Schaefer | 1 | -135/+136 | |
2011-05-19 | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 1 | -5/+5 | |
2011-05-07 | unposted: Add missing word ("style") spotted by Bart. | Frank Terbeck | 1 | -2/+2 | |
2011-05-07 | 29170: vcs_info: Clarify check-for-changes style behaviour with the ↵ | Frank Terbeck | 1 | -0/+4 | |
mercurial backend. | |||||
2011-03-30 | 28959: Make the nvcsformats style be used if vcs_info is disabled. | Frank Terbeck | 1 | -5/+5 | |
2011-03-30 | 28961: Add `no-vcs' hook. | Frank Terbeck | 1 | -0/+5 | |
2011-03-30 | 28960: Add functions to add/remove static hooks. | Frank Terbeck | 1 | -1/+27 | |
2011-03-30 | Mike Meyer: 28956, 28957: Add fossil support to vcs_info. | Frank Terbeck | 1 | -2/+5 | |
2011-03-11 | users/15864: turn zsh_directory_name into a hook | Peter Stephenson | 1 | -33/+19 | |
2011-03-04 | 28853: Fix typo: preceed -> precede | Frank Terbeck | 1 | -1/+1 | |
2011-02-11 | Tweak so as not to fib about send-invisible return status. | Bart Schaefer | 1 | -2/+2 | |
2011-02-11 | Doc for send-invisible | Bart Schaefer | 1 | -38/+57 | |
2010-12-17 | Štěpán Němec: 28533: typos | Peter Stephenson | 1 | -7/+7 | |
2010-07-30 | Mikael Magnusson: 28110: Fix yodl warning. | Frank Terbeck | 1 | -2/+2 | |
2010-07-20 | 28081: cdr tweaks | Peter Stephenson | 1 | -1/+17 | |
2010-07-12 | 28068: contrib texinfo declaration messed up | Peter Stephenson | 1 | -2/+1 | |
2010-07-12 | users/15165: Fix a warning about a missing macro in `contrib.yo' | Frank Terbeck | 1 | -3/+3 | |
2010-07-09 | 28065 plus unposted zsh.mdd: | Peter Stephenson | 1 | -2/+266 | |
add cdr and related functions and docs | |||||
2010-06-16 | 28042: transpose-lines widget | Peter Stephenson | 1 | -0/+17 | |
2010-05-23 | users/15078: completion for zsh-mime-handler | Peter Stephenson | 1 | -1/+7 | |
2010-05-22 | 27964: add back missing enditem(). | Clint Adams | 1 | -0/+1 | |
2010-05-14 | Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. | Frank Terbeck | 1 | -2/+2 | |
2010-05-14 | Simon Ruderich: 27954: vcs_info: more minor documentation fixes. | Frank Terbeck | 1 | -2/+2 | |
2010-05-10 | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 1 | -175/+331 | |
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-03-11 | Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. | Frank Terbeck | 1 | -5/+5 | |
2010-02-16 | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 1 | -12/+278 | |
VCS Info hooks and Mercurial improvements | |||||
2010-02-02 | unposted: minor doc tweak for regexp-replace | Peter Stephenson | 1 | -0/+2 | |
2010-01-18 | unposted: clarify documentation for 27604 | Peter Stephenson | 1 | -2/+2 | |
2010-01-18 | 27604: substitution using regular expressions | Peter Stephenson | 1 | -8/+33 | |
2010-01-16 | Frank: 27599: fix formatting documentation for VCS_Info. | Peter Stephenson | 1 | -2/+2 | |
2009-10-22 | unposted, c.f. 27313: mailing list and website moved | Peter Stephenson | 1 | -1/+1 | |
2009-10-18 | Frank Terbeck: 27309: VCS_INFO doc | Peter Stephenson | 1 | -1/+1 | |
Holger Weiss: 27310: typo in matcher doc Jesse Weinstein: 27310: redundant diff option | |||||
2009-10-04 | Lionel Flandrin: 27307: enhanced Mecurial VCS_INFO support | Peter Stephenson | 1 | -4/+20 | |
2009-09-09 | Greg Klanderman: 27255: some consistency fixes | Peter Stephenson | 1 | -1/+1 | |