completion: fix warning for zsh
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 29 Nov 2012 08:20:57 +0000 (09:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 16:47:51 +0000 (08:47 -0800)
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 <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found