Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 27964: add back missing enditem(). | Clint Adams | 2010-05-22 | 1 | -0/+1 |
| | |||||
* | Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. | Frank Terbeck | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | Simon Ruderich: 27954: vcs_info: more minor documentation fixes. | Frank Terbeck | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | unposted: fix typo in previous commit | Peter Stephenson | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 2 | -7/+107 |
| | |||||
* | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 2010-05-10 | 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. | ||||
* | Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE | Peter Stephenson | 2010-04-28 | 1 | -1/+2 |
| | |||||
* | unposted: add kindex entry for path-completion style | Peter Stephenson | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | unposted: slightly rephrase path-completion doc | Peter Stephenson | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | users/15011: add path-completion style | Peter Stephenson | 2010-04-14 | 1 | -0/+17 |
| | |||||
* | Simon Ruderich: 27856 (tweaked): Git availability | Peter Stephenson | 2010-04-09 | 1 | -2/+4 |
| | |||||
* | 27843: fix description of extended history format | Peter Stephenson | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | rationalise widths of non-printing characters to zero. | Peter Stephenson | 2010-03-27 | 1 | -0/+8 |
| | |||||
* | 27812: display invalid bytes in multibyte characters specially | Peter Stephenson | 2010-03-22 | 1 | -0/+14 |
| | |||||
* | unposted: document that age functions uses zstat, not stat | Peter Stephenson | 2010-03-16 | 1 | -8/+2 |
| | |||||
* | 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH | Peter Stephenson | 2010-03-16 | 2 | -2/+26 |
| | |||||
* | 27785: IFS doesn't have a null in it in POSIX | Peter Stephenson | 2010-03-11 | 1 | -0/+3 |
| | | | | unposted: note & needs quoting in :s in glob qualifier | ||||
* | Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. | Frank Terbeck | 2010-03-11 | 1 | -5/+5 |
| | |||||
* | unposted: fix calendar bug updating repeating events | Peter Stephenson | 2010-03-09 | 1 | -2/+5 |
| | | | | allow calendar_edit to take arguments for editor | ||||
* | users/14905 + 14906: problems with :s in parameter expansion | Peter Stephenson | 2010-02-27 | 1 | -10/+12 |
| | |||||
* | 27756: add OS file locking to calendar | Peter Stephenson | 2010-02-26 | 1 | -1/+3 |
| | | | | add errflag test to loop over fcntl() | ||||
* | users/14891: say that condition arguments don't do globbing | Peter Stephenson | 2010-02-26 | 1 | -3/+4 |
| | |||||
* | 27755: add "zsystem supports" to zsh/system | Peter Stephenson | 2010-02-25 | 1 | -0/+10 |
| | |||||
* | 27754 plus NEWS change: add "zsystem flock" | Peter Stephenson | 2010-02-24 | 1 | -2/+41 |
| | |||||
* | fix typo in compsys.yo | Andrey Borzenkov | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 2010-02-16 | 1 | -12/+278 |
| | | | | VCS Info hooks and Mercurial improvements | ||||
* | unposted: typo in formatting doc for last patch | Peter Stephenson | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | 27694: add P glob qualifier for prepending | Peter Stephenson | 2010-02-09 | 1 | -0/+12 |
| | |||||
* | 27661: Ben: typo in manual page references | Peter Stephenson | 2010-02-04 | 3 | -3/+3 |
| | |||||
* | 27648, 267650/1, unposted README change: | Peter Stephenson | 2010-02-03 | 2 | -0/+16 |
| | | | | Turn off repeat and turn on ulimit in emulation modes | ||||
* | unposted: minor doc tweak for regexp-replace | Peter Stephenson | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | 27638, based on Frank Terbeck, 27633: SOURCETRACE option | Peter Stephenson | 2010-01-27 | 1 | -1/+17 |
| | |||||
* | avoid Yodl error in cond.yo | Peter Stephenson | 2010-01-19 | 1 | -2/+2 |
| | |||||
* | unposted: clarify documentation for 27604 | Peter Stephenson | 2010-01-18 | 1 | -2/+2 |
| | |||||
* | 27604: substitution using regular expressions | Peter Stephenson | 2010-01-18 | 1 | -8/+33 |
| | |||||
* | 27600: extend =~ syntax to set positional variables for matches | Peter Stephenson | 2010-01-17 | 1 | -4/+20 |
| | |||||
* | Frank: 27599: fix formatting documentation for VCS_Info. | Peter Stephenson | 2010-01-16 | 1 | -2/+2 |
| | |||||
* | Joakim Rosqvist: 27591 as modified in 27594: | Peter Stephenson | 2010-01-13 | 2 | -0/+12 |
| | | | | KEYBOARD_HACK variable | ||||
* | 27566: add ulimit -c hard and immediate return on argument error | Peter Stephenson | 2010-01-05 | 1 | -7/+12 |
| | |||||
* | Jesse Weinstein: 27553: improve doc phrasing | Peter Stephenson | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | Mikael: 27453: highlighting for removable completion suffixes | Peter Stephenson | 2009-12-05 | 1 | -1/+13 |
| | | | | 27466: document it | ||||
* | 27446: Frank: tmux completion update | Peter Stephenson | 2009-12-02 | 1 | -0/+5 |
| | | | | 27447: document change for waiting for $! | ||||
* | 27441: add "sa" for suffix alias completion highlighting | Peter Stephenson | 2009-11-30 | 1 | -0/+4 |
| | |||||
* | Mikael: 27347: enhance extended attribute support | Peter Stephenson | 2009-11-04 | 1 | -0/+5 |
| | |||||
* | unposted, c.f. 27313: mailing list and website moved | Peter Stephenson | 2009-10-22 | 3 | -13/+13 |
| | |||||
* | Frank Terbeck: 27309: VCS_INFO doc | Peter Stephenson | 2009-10-18 | 2 | -2/+2 |
| | | | | | Holger Weiss: 27310: typo in matcher doc Jesse Weinstein: 27310: redundant diff option | ||||
* | Lionel Flandrin: 27307: enhanced Mecurial VCS_INFO support | Peter Stephenson | 2009-10-04 | 1 | -4/+20 |
| | |||||
* | Darel Henman: users/14412: fix confusion in getopts documentation | Peter Stephenson | 2009-09-19 | 1 | -2/+2 |
| | |||||
* | 27281: Holger Weiss: fix example of global history substitution | Peter Stephenson | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | Mikael: 27279: doc tweaks | Peter Stephenson | 2009-09-18 | 2 | -1/+2 |
| |