about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-01 17:36:54 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-03 18:13:57 +0000
commit49bc46946e93e55fd74c8b5a7109e49e41820725 (patch)
treeab6225a2d919ba597802981f799ac1044222732e /Functions
parenta32fb005d6bf12f010fe9219a66a244e56eff7b2 (diff)
downloadzsh-49bc46946e93e55fd74c8b5a7109e49e41820725.tar.gz
zsh-49bc46946e93e55fd74c8b5a7109e49e41820725.tar.xz
zsh-49bc46946e93e55fd74c8b5a7109e49e41820725.zip
40476: vcs_info $backend_misc: Document at the right point, provide in quilt 'standalone' mode.
Diffstat (limited to 'Functions')
-rw-r--r--Functions/VCS_Info/VCS_INFO_quilt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/VCS_Info/VCS_INFO_quilt b/Functions/VCS_Info/VCS_INFO_quilt
index aed9f0c33..d6b7c2f72 100644
--- a/Functions/VCS_Info/VCS_INFO_quilt
+++ b/Functions/VCS_Info/VCS_INFO_quilt
@@ -184,6 +184,7 @@ function VCS_INFO_quilt() {
 
     case ${mode} in
     (standalone)
+        backend_misc[patches]=${qstring}
         VCS_INFO_formats '' '' "${root}" '' '' '' "${qstring}"
         VCS_INFO_set
         ;;