mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
36077: vcs_info: stop exporting everything
This commit is contained in:
parent
c21a3fddf4
commit
c5abf2bcff
13 changed files with 37 additions and 21 deletions
|
@ -51,10 +51,11 @@ vcs_info () {
|
|||
local pat
|
||||
local -i found retval
|
||||
local -a enabled disabled dps
|
||||
local -x usercontext vcs rrn quiltmode LC_MESSAGES
|
||||
local -ix maxexports
|
||||
local -ax msgs
|
||||
local -Ax vcs_comm hook_com backend_misc user_data
|
||||
local usercontext vcs rrn quiltmode
|
||||
local -x LC_MESSAGES
|
||||
local -i maxexports
|
||||
local -a msgs
|
||||
local -A vcs_comm hook_com backend_misc user_data
|
||||
|
||||
LC_MESSAGES=C
|
||||
if [[ -n ${LC_ALL} ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue