summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.zsh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2020-10-25 03:13:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-10-26 22:23:26 (GMT)
commit2c7cdc55738257f050e2b83aa94766f50ed60e15 (patch)
treec3f180bdc2b3ddde0ad50373a879b8b90ebd0e44 /contrib/completion/git-completion.zsh
parent5eb25bcf0f89a40627b8c23af408af1892705372 (diff)
downloadgit-2c7cdc55738257f050e2b83aa94766f50ed60e15.zip
git-2c7cdc55738257f050e2b83aa94766f50ed60e15.tar.gz
git-2c7cdc55738257f050e2b83aa94766f50ed60e15.tar.bz2
completion: zsh: fix bash script extension
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>
Diffstat (limited to 'contrib/completion/git-completion.zsh')
-rw-r--r--contrib/completion/git-completion.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh
index 6d45135..712ce2f 100644
--- a/contrib/completion/git-completion.zsh
+++ b/contrib/completion/git-completion.zsh
@@ -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.