Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pw/am-rebase-read-author-script'
[gitweb.git]
/
contrib
/
completion
/
git-completion.zsh
diff --git
a/contrib/completion/git-completion.zsh
b/contrib/completion/git-completion.zsh
index 53cb0f934f8ba0b468145fe06480f9c99f860996..049d6b80f650717f20e68568251c21098f598d80 100644
(file)
--- a/
contrib/completion/git-completion.zsh
+++ b/
contrib/completion/git-completion.zsh
@@
-39,7
+39,7
@@
if [ -z "$script" ]; then
test -f $e && script="$e" && break
done
fi
-
ZSH_VERSION=''
. "$script"
+
GIT_SOURCING_ZSH_COMPLETION=y
. "$script"
__gitcomp ()
{