1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 06:47:52 +01:00
git/contrib/completion
Felipe Contreras 9cd67bd2ef 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 <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-11-29 08:47:51 -08:00
..
git-completion.bash completion: fix warning for zsh 2012-11-29 08:47:51 -08:00
git-completion.tcsh tcsh-completion re-using git-completion.bash 2012-11-16 12:01:24 -08:00
git-completion.zsh completion: add new zsh completion 2012-11-19 10:56:47 -08:00
git-prompt.sh coloured git-prompt: paint detached HEAD marker in red 2012-10-17 00:44:25 -07:00