]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: zsh: fix bash script extension
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 25 Oct 2020 03:13:17 +0000 (22:13 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2020 22:23:26 +0000 (15:23 -0700)
Commit 0e5ed7cca3 wrongly changed the extension of the bash script
to .zsh; the zstyle configuration is for the slave script (bash), not
the master one (zsh).

For example it could be:

  zstyle ':completion:*:*:git:*' script ~/.git-completion.bash

The extension doesn't really matter, but it confuses people into
thinking it's a zsh script; it's not.

Cc: Peter van der Does <peter@avirtualhome.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.zsh

index 6d451355fd970e8216d85ea54fd7f632553cd3ce..712ce2f4d14e691b5238ec068116f8fa649a5167 100644 (file)
@@ -9,7 +9,7 @@
 #
 # If your script is somewhere else, you can configure it on your ~/.zshrc:
 #
-#  zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh
+#  zstyle ':completion:*:*:git:*' script ~/.git-completion.bash
 #
 # The recommended way to install this script is to make a copy of it as a
 # file named '_git' inside any directory in your fpath.