about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends/VCS_INFO_get_data_git
Commit message (Collapse)AuthorAgeFilesLines
...
* 31136: vcs_info: just set parameters instead of passing over a pipeMikael Magnusson2013-03-101-12/+9
|
* 30639: Add support for showing the current action is cherry-pick to vcs_info ↵Mikael Magnusson2013-03-101-0/+11
| | | | git backend
* Stepan Koltsov: vcs_info: %a to output number of all patches in ↵Frank Terbeck2012-08-171-3/+4
| | | | (no)?patch-format styles
* Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'Frank Terbeck2012-05-231-1/+1
|
* Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories.Frank Terbeck2010-08-021-5/+2
|
* 28095: Fix two hard-coded invocations of the "git" command.Frank Terbeck2010-07-191-2/+2
|
* 28093, based on Michel Lespinasse: 28090: Fix a problem with ↵Frank Terbeck2010-07-191-2/+2
| | | | `check-for-changes' and freshly initialised repositories.
* Seth House, Simon Ruderich and myself: 27948: various vcs_info changesFrank Terbeck2010-05-101-14/+21
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Frank Terbeck, Seth House: 27712, 22713, 27714:Peter Stephenson2010-02-161-35/+30
| | | | VCS Info hooks and Mercurial improvements
* Frank: 27679: better logic in VCS_INFO_get_data_gitPeter Stephenson2010-02-071-11/+19
|
* Frank Terbeck: users/14207: make variable localPeter Stephenson2009-06-261-1/+1
|
* Frank Terbeck: 27049, 27050, 27051, 27052: VCS_INFO improvementsPeter Stephenson2009-06-191-1/+3
|
* 26982: Julien Langer: support stgit in VCS_InfoPeter Stephenson2009-05-221-1/+46
|
* Frank Terbeck: 26816 to 26820: VCS_Info updatesPeter Stephenson2009-04-061-4/+13
|
* Frank Terbeck: 26549: VCS_Info improvements: check for changes in gitPeter Stephenson2009-02-111-2/+10
|
* Frank Terbeck: 26125: add "command" style to VCS_INFOPeter Stephenson2008-12-111-3/+3
|
* users/13252 and elsewhere: Frank Terbeck plus tweaks:Peter Stephenson2008-09-191-0/+104
add VCS_Info function system