From d5f574e20a7cc4c202433fe28f30c37b13299d61 Mon Sep 17 00:00:00 2001 From: Marc Finet Date: Fri, 12 Sep 2014 23:30:41 +0200 Subject: 33145: vcs_info git: fix applied-string name Documentation and hg backend use applied-string. patch-string does not appear anywhere. --- Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git index 263a3258e..8f9aa2a19 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git +++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git @@ -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 -- cgit 1.4.1