Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | Add new vcs_info backend files to corresponding `.distfiles' file. | Frank Terbeck | 1 | -0/+2 | |
2011-03-30 | Mike Meyer: 28956, 28957: Add fossil support to vcs_info. | Frank Terbeck | 2 | -0/+37 | |
2011-02-19 | 28776: Let vcs_info detect very old mercurial repositories. | Frank Terbeck | 2 | -2/+2 | |
2011-02-11 | Lennart Weller: 28739: Fix svn detection in vcs_info | Frank Terbeck | 1 | -1/+1 | |
2010-08-02 | Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories. | Frank Terbeck | 1 | -5/+2 | |
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-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-10 | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 3 | -109/+235 | |
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-02-16 | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 6 | -73/+151 | |
VCS Info hooks and Mercurial improvements | |||||
2010-02-07 | Frank: 27679: better logic in VCS_INFO_get_data_git | Peter Stephenson | 1 | -11/+19 | |
2009-10-04 | Lionel Flandrin: 27307: enhanced Mecurial VCS_INFO support | Peter Stephenson | 1 | -2/+28 | |
2009-06-26 | Frank Terbeck: users/14207: make variable local | Peter Stephenson | 1 | -1/+1 | |
2009-06-19 | Frank Terbeck: 27049, 27050, 27051, 27052: VCS_INFO improvements | Peter Stephenson | 3 | -5/+40 | |
2009-05-22 | 26982: Julien Langer: support stgit in VCS_Info | Peter Stephenson | 1 | -1/+46 | |
2009-04-22 | c.f. 26867: remove extraneous "${" | Peter Stephenson | 1 | -1/+1 | |
2009-04-06 | Frank Terbeck: 26816 to 26820: VCS_Info updates | Peter Stephenson | 11 | -14/+23 | |
2009-02-11 | Frank Terbeck: 26549: VCS_Info improvements: check for changes in git | Peter Stephenson | 11 | -12/+20 | |
2008-12-11 | Frank Terbeck: 26125: add "command" style to VCS_INFO | Peter Stephenson | 16 | -25/+25 | |
2008-10-29 | unposted: belatedly sort out some distfiles | Peter Stephenson | 1 | -0/+1 | |
2008-09-29 | unposted: VCS_Info p4 backend should restrict changes to #have | Peter Stephenson | 1 | -1/+1 | |
2008-09-23 | 25733: add revision number to Perforce vcs_info backend | Peter Stephenson | 1 | -2/+12 | |
add abbreviation to list of backends | |||||
2008-09-23 | 25732: make vcs_info p4 backend use server if style use-server is set | Peter Stephenson | 1 | -5/+73 | |
2008-09-19 | users/13252 and elsewhere: Frank Terbeck plus tweaks: | Peter Stephenson | 23 | -0/+443 | |
add VCS_Info function system |