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 23154e46e6 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case
Before this commit, the following use-case:

    git checkout foo^
    git show foo | git am

would result in a fatal error, with vcs_info_msg_N_ not set:

    VCS_INFO_git_getbranch:18: no such file or directory: .git/rebase-apply/onto

Now they are set correctly, and HEAD's commit hash is used.
2018-12-13 15:28:00 +00:00
..
Backends 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case 2018-12-13 15:28:00 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
vcs_info 43030: Replace VCS_INFO_realpath() by :P 2018-06-16 12:03:23 -05:00
VCS_INFO_adjust
VCS_INFO_bydir_detect 43030: Replace VCS_INFO_realpath() by :P 2018-06-16 12:03:23 -05:00
VCS_INFO_check_com
VCS_INFO_formats unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats and VCS_INFO_set. 2017-12-30 06:14:22 +00:00
VCS_INFO_get_cmd
VCS_INFO_hexdump 39786: vcs_info (hg): Use native hexdump implementation instead of external command. 2016-10-31 18:35:47 +00:00
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 37345: VCS_INFO functions break with setopt no_unset 2015-12-23 01:57:45 +01:00
VCS_INFO_nvcsformats 37347: Remove incorrect local for msgs in VCS info 2015-12-08 12:59:48 +00:00
VCS_INFO_patch2subject 41565: vcs_info patch2subject: Support svn log -r N --diff output. 2017-08-22 20:50:14 +00:00
vcs_info_printsys 36077: vcs_info: stop exporting everything 2015-08-12 04:31:22 +02:00
VCS_INFO_quilt 43618: vcs_info: Don't redefine helper functions on every execution of the autoloadable outer function. 2018-10-08 13:41:41 +00:00
VCS_INFO_reposub 33277: Fix VCS_INFO_reposub's command expansion 2014-09-29 19:20:11 +02:00
VCS_INFO_set unposted: vcs_info: Add docstrings to the internal functions VCS_INFO_formats and VCS_INFO_set. 2017-12-30 06:14:22 +00:00
VCS_INFO_set-patch-format 43620 (tweaked): vcs_info git: Reverse the order patches are passed to gen-unapplied-string in. 2018-10-08 13:44:40 +00:00
vcs_info_setsys 30461, 30462 (tweaked): add missing local for match, mbegin and mend 2012-05-02 13:09:37 +00:00