diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2020-10-24 22:13:17 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-26 15:23:26 -0700 |
commit | 2c7cdc55738257f050e2b83aa94766f50ed60e15 (patch) | |
tree | c3f180bdc2b3ddde0ad50373a879b8b90ebd0e44 /git-gui/lib/index.tcl | |
parent | completion: zsh: fix name due to broken autoloading (diff) | |
download | tgif-2c7cdc55738257f050e2b83aa94766f50ed60e15.tar.xz |
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 'git-gui/lib/index.tcl')
0 files changed, 0 insertions, 0 deletions