Merge branch 'jk/for-each-ref-icase'
[gitweb.git] / contrib / completion / git-completion.zsh
index 53cb0f934f8ba0b468145fe06480f9c99f860996..049d6b80f650717f20e68568251c21098f598d80 100644 (file)
@@ -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 ()
 {