1
0
Fork 0
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:
Marc Finet 2014-09-12 23:30:41 +02:00 committed by Frank Terbeck
parent 06e03e7234
commit d5f574e20a
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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