diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-06-26 19:25:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-06-26 19:25:08 +0000 |
commit | 6f78cb51ef245bc0cc4c52302a2c9503f052b7be (patch) | |
tree | 95d88ed0037f6e9283d7a964b6ee771edb99cf65 /Functions | |
parent | a5417250d52320f25ffe9c2394a415013dbf03f0 (diff) | |
download | zsh-6f78cb51ef245bc0cc4c52302a2c9503f052b7be.tar.gz zsh-6f78cb51ef245bc0cc4c52302a2c9503f052b7be.tar.xz zsh-6f78cb51ef245bc0cc4c52302a2c9503f052b7be.zip |
Frank Terbeck: users/14207: make variable local
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git index 33e76d44f..7b961a4a7 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git +++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git @@ -3,7 +3,7 @@ ## Distributed under the same BSD-ish license as zsh itself. setopt localoptions extendedglob NO_shwordsplit -local gitdir gitbase gitbranch gitaction gitunstaged gitstaged gitsha1 +local gitdir gitbase gitbranch gitaction gitunstaged gitstaged gitsha1 gitmisc VCS_INFO_git_getaction () { local gitaction='' gitdir=$1 |