Re: [PATCH] completion: fix warning for zsh

2012-11-29 Thread Junio C Hamano
Will apply directly on 'master'; thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] completion: fix warning for zsh

2012-11-29 Thread Felipe Contreras
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 --- contrib/completion/git-completion.bash |