1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
zsh/Functions/VCS_Info
Daniel Shahaf a90cf551ef 36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.
Before this patch, $gitbranch would be set to empty, which caused
VCS_INFO_get_data_git to early out with a failure status¹, consequently
$vcs_info_msg_0_ would be empty.

¹ via the 'if [[ -z ]]' block around line 170.
2015-09-30 21:43:37 +00:00
..
Backends 36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads. 2015-09-30 21:43:37 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
vcs_info 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_adjust
VCS_INFO_bydir_detect
VCS_INFO_check_com 30114: VCS_INFO_check_com: Remove a superfluous stat() 2012-01-19 16:57:40 +00:00
VCS_INFO_formats 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_get_cmd
VCS_INFO_hook 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
vcs_info_hookadd
vcs_info_hookdel
vcs_info_lastmsg 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_maxexports
VCS_INFO_nvcsformats
vcs_info_printsys 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_quilt 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_realpath
VCS_INFO_reposub 33277: Fix VCS_INFO_reposub's command expansion 2014-09-29 19:20:11 +02:00
VCS_INFO_set 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
vcs_info_setsys 30461, 30462 (tweaked): add missing local for match, mbegin and mend 2012-05-02 13:09:37 +00:00