Merge branch 'dk/zsh-git-repo-path-fix'
Command line completion support for zsh (in contrib/) has been updated to stop exposing internal state to end-user shell interaction. * dk/zsh-git-repo-path-fix: completion: zsh: stop leaking local cache variablemaint
commit
97673bdea7
|
|
@ -272,6 +272,7 @@ _git ()
|
||||||
{
|
{
|
||||||
local _ret=1
|
local _ret=1
|
||||||
local cur cword prev
|
local cur cword prev
|
||||||
|
local __git_repo_path
|
||||||
|
|
||||||
cur=${words[CURRENT]}
|
cur=${words[CURRENT]}
|
||||||
prev=${words[CURRENT-1]}
|
prev=${words[CURRENT-1]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue