diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-02-01 17:36:54 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-02-03 18:13:57 +0000 |
commit | 49bc46946e93e55fd74c8b5a7109e49e41820725 (patch) | |
tree | ab6225a2d919ba597802981f799ac1044222732e /Functions/VCS_Info/VCS_INFO_quilt | |
parent | a32fb005d6bf12f010fe9219a66a244e56eff7b2 (diff) | |
download | zsh-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/VCS_Info/VCS_INFO_quilt')
-rw-r--r-- | Functions/VCS_Info/VCS_INFO_quilt | 1 |
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 ;; |