zsh-workers
 help / color / mirror / code / Atom feed
8cff51b9aca70cf15cc27449717050c985a8c619 blob 581 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
# A function for calling the branch-format hook
#
# Return the value to use in REPLY
#
# Parameters:
readonly branch=$1
readonly revision=$2
#

[[ -n $rrn ]] || return 1
local -A hook_com
local branchformat

zstyle -s ":vcs_info:${vcs}:${usercontext}:${rrn}" branchformat branchformat || branchformat="%b:%r"
hook_com=( branch "${branch}" revision "${revision}" )
if VCS_INFO_hook 'set-branch-format' "${branchformat}"; then
    zformat -f REPLY "${branchformat}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
else
    REPLY=${hook_com[branch-replace]}
fi
hook_com=()
return 0
debug log:

solving 8cff51b9a ...
found 8cff51b9a in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).