Skip to content

Commit fc636b4

Browse files
committed
Merge branch 'dk/zsh-git-repo-path-fix' into maint-2.45
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 variable
2 parents 079323d + 3c20acd commit fc636b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ _git ()
272272
{
273273
local _ret=1
274274
local cur cword prev
275+
local __git_repo_path
275276

276277
cur=${words[CURRENT]}
277278
prev=${words[CURRENT-1]}

0 commit comments

Comments
 (0)