mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
33145: vcs_info git: fix applied-string name
Documentation and hg backend use applied-string. patch-string does not appear anywhere.
This commit is contained in:
parent
06e03e7234
commit
d5f574e20a
2 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
|||
* 33148: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
|
||||
refactor standalone detection
|
||||
|
||||
* 33145: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
|
||||
vcs_info git: fix applied-string name
|
||||
|
||||
2014-09-12 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.
|
||||
|
|
|
@ -176,7 +176,7 @@ then
|
|||
stgitpatch=""
|
||||
fi
|
||||
else
|
||||
stgitpatch=${hook_com[patch-string]}
|
||||
stgitpatch=${hook_com[applied-string]}
|
||||
fi
|
||||
hook_com=()
|
||||
if VCS_INFO_hook 'gen-unapplied-string' "${stgit_unapplied[@]}"; then
|
||||
|
|
Loading…
Reference in a new issue