about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Seth House, Simon Ruderich and myself: 27948: various vcs_info changesFrank Terbeck2010-05-101-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_SPACEPeter Stephenson2010-04-281-1/+2
|
* unposted: add kindex entry for path-completion stylePeter Stephenson2010-04-141-1/+1
|
* unposted: slightly rephrase path-completion docPeter Stephenson2010-04-141-2/+2
|
* users/15011: add path-completion stylePeter Stephenson2010-04-141-0/+17
|
* Simon Ruderich: 27856 (tweaked): Git availabilityPeter Stephenson2010-04-091-2/+4
|
* 27843: fix description of extended history formatPeter Stephenson2010-03-291-1/+1
|
* rationalise widths of non-printing characters to zero.Peter Stephenson2010-03-271-0/+8
|
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-221-0/+14
|
* unposted: document that age functions uses zstat, not statPeter Stephenson2010-03-161-8/+2
|
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-162-2/+26
|
* 27785: IFS doesn't have a null in it in POSIXPeter Stephenson2010-03-111-0/+3
| | | | unposted: note & needs quoting in :s in glob qualifier
* Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation.Frank Terbeck2010-03-111-5/+5
|
* unposted: fix calendar bug updating repeating eventsPeter Stephenson2010-03-091-2/+5
| | | | allow calendar_edit to take arguments for editor
* users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson2010-02-271-10/+12
|
* 27756: add OS file locking to calendarPeter Stephenson2010-02-261-1/+3
| | | | add errflag test to loop over fcntl()
* users/14891: say that condition arguments don't do globbingPeter Stephenson2010-02-261-3/+4
|
* 27755: add "zsystem supports" to zsh/systemPeter Stephenson2010-02-251-0/+10
|
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-241-2/+41
|
* fix typo in compsys.yoAndrey Borzenkov2010-02-171-1/+1
|
* Frank Terbeck, Seth House: 27712, 22713, 27714:Peter Stephenson2010-02-161-12/+278
| | | | VCS Info hooks and Mercurial improvements
* unposted: typo in formatting doc for last patchPeter Stephenson2010-02-091-1/+1
|
* 27694: add P glob qualifier for prependingPeter Stephenson2010-02-091-0/+12
|
* 27661: Ben: typo in manual page referencesPeter Stephenson2010-02-043-3/+3
|
* 27648, 267650/1, unposted README change:Peter Stephenson2010-02-032-0/+16
| | | | Turn off repeat and turn on ulimit in emulation modes
* unposted: minor doc tweak for regexp-replacePeter Stephenson2010-02-021-0/+2
|
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-271-1/+17
|
* avoid Yodl error in cond.yoPeter Stephenson2010-01-191-2/+2
|
* unposted: clarify documentation for 27604Peter Stephenson2010-01-181-2/+2
|
* 27604: substitution using regular expressionsPeter Stephenson2010-01-181-8/+33
|
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-171-4/+20
|
* Frank: 27599: fix formatting documentation for VCS_Info.Peter Stephenson2010-01-161-2/+2
|
* Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson2010-01-132-0/+12
| | | | KEYBOARD_HACK variable
* 27566: add ulimit -c hard and immediate return on argument errorPeter Stephenson2010-01-051-7/+12
|
* Jesse Weinstein: 27553: improve doc phrasingPeter Stephenson2010-01-041-2/+2
|
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-051-1/+13
| | | | 27466: document it
* 27446: Frank: tmux completion updatePeter Stephenson2009-12-021-0/+5
| | | | 27447: document change for waiting for $!
* 27441: add "sa" for suffix alias completion highlightingPeter Stephenson2009-11-301-0/+4
|
* Mikael: 27347: enhance extended attribute supportPeter Stephenson2009-11-041-0/+5
|
* unposted, c.f. 27313: mailing list and website movedPeter Stephenson2009-10-223-13/+13
|
* Frank Terbeck: 27309: VCS_INFO docPeter Stephenson2009-10-182-2/+2
| | | | | Holger Weiss: 27310: typo in matcher doc Jesse Weinstein: 27310: redundant diff option
* Lionel Flandrin: 27307: enhanced Mecurial VCS_INFO supportPeter Stephenson2009-10-041-4/+20
|
* Darel Henman: users/14412: fix confusion in getopts documentationPeter Stephenson2009-09-191-2/+2
|
* 27281: Holger Weiss: fix example of global history substitutionPeter Stephenson2009-09-191-1/+1
|
* Mikael: 27279: doc tweaksPeter Stephenson2009-09-182-1/+2
|
* users/14387 (tweaked): alternative zsh syntax is not going to be removedPeter Stephenson2009-09-151-4/+4
|
* Baptiste Daroussin: 27267 plus 27269 plus doc:Peter Stephenson2009-09-111-7/+4
| | | | remove perl dependency
* Greg Klanderman: 27255: some consistency fixesPeter Stephenson2009-09-094-8/+8
|
* 27188: improve read -q by using read -k codePeter Stephenson2009-07-241-3/+4
|
* 27181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson2009-07-211-0/+8
|