1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
zsh/Functions/VCS_Info/Backends
Daniel Shahaf d13d6afb2e 45627: vcs_info git: Under git-am(1) conflicts, pass to the gen-applied-string hook information on already-applied patches.
The hook already receives information about the current (topmost
applied) patch and, if the get-unapplied style is set, about future
(unapplied) patches.

Tested in the Functions/VCS_Info/test-repo-git-rebase-apply scenario,
after manually converting the rebase to a «git am».  (Specifically,
I ran:
    mkdir d
    git rebase --abort
    git format-patch rebase_from_this..HEAD -o d
    git checkout rebase_onto_this
    git am d/*
.)
2020-03-27 01:14:42 +00:00
..
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
VCS_INFO_detect_bzr users/13252 and elsewhere: Frank Terbeck plus tweaks: 2008-09-19 12:58:46 +00:00
VCS_INFO_detect_cdv Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_cvs Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_darcs Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_fossil Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix 2012-09-28 22:11:32 +00:00
VCS_INFO_detect_git 44945: vcs_info git: Optimize detection by running fewer external commands. 2019-11-29 20:56:42 +00:00
VCS_INFO_detect_hg 32264: vcs_info, hg: Support detecting repos using ShareExtension 2014-01-17 08:58:52 +01:00
VCS_INFO_detect_mtn Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_p4 44020: VCS_INFO_detect_p4: Fix infinite recursion 2019-01-27 00:26:31 -06:00
VCS_INFO_detect_svk Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_detect_svn 32089: tweak to detect Subversion repository 2013-12-05 20:06:34 +00:00
VCS_INFO_detect_tla Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
VCS_INFO_get_data_bzr 45626: vcs_info: Deduplicate calling the set-branch-format hook. 2020-03-27 01:14:42 +00:00
VCS_INFO_get_data_cdv Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
VCS_INFO_get_data_cvs 44960: vcs_info cvs: Fix infinite loop when /CVS exists. 2019-12-03 03:03:05 +00:00
VCS_INFO_get_data_darcs Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
VCS_INFO_get_data_fossil 45624: vcs_info: Set $rrn in all backends. 2020-03-27 01:14:42 +00:00
VCS_INFO_get_data_git 45627: vcs_info git: Under git-am(1) conflicts, pass to the gen-applied-string hook information on already-applied patches. 2020-03-27 01:14:42 +00:00
VCS_INFO_get_data_hg 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg 2017-10-25 10:34:34 +02:00
VCS_INFO_get_data_mtn Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
VCS_INFO_get_data_p4 45626: vcs_info: Deduplicate calling the set-branch-format hook. 2020-03-27 01:14:42 +00:00
VCS_INFO_get_data_svk 45626: vcs_info: Deduplicate calling the set-branch-format hook. 2020-03-27 01:14:42 +00:00
VCS_INFO_get_data_svn 45625: vcs_info svn: Detect the "working copy format is too new" error. 2020-03-27 01:14:42 +00:00
VCS_INFO_get_data_tla 43030: Replace VCS_INFO_realpath() by :P 2018-06-16 12:03:23 -05:00