From: Felipe Contreras Date: Thu, 29 Nov 2012 08:20:57 +0000 (+0100) Subject: completion: fix warning for zsh X-Git-Tag: v1.8.1-rc0~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9cd67bd2efe98968531cb15cb0d32abdc79e06c1?hp=9cd67bd2efe98968531cb15cb0d32abdc79e06c1 completion: fix warning for zsh Otherwise the user might get something like: git-completion.sh:2466: command not found: compdef If this script is loaded before compinit. The script would work either way, but let's not be more annoying to the user. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano ---