1
0
mirror of https://github.com/git/git.git synced 2024-10-22 23:58:22 +02:00
git/contrib/completion
Marc Khouzam 92f1c04243 Prevent space after directories in tcsh completion
If git-completion.bash returns a single directory as a completion,
tcsh will automatically add a space after it, which is not what the
user wants.

This commit prevents tcsh from doing this.

Also, a check is added to make sure the tcsh version used is recent
enough to allow completion to work as expected.

Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-01-07 11:51:26 -08:00
..
git-completion.bash completion: fix warning for zsh 2012-11-29 08:47:51 -08:00
git-completion.tcsh Prevent space after directories in tcsh completion 2013-01-07 11:51:26 -08:00
git-completion.zsh completion: add new zsh completion 2012-11-19 10:56:47 -08:00
git-prompt.sh Merge branch 'so/prompt-command' 2012-12-27 16:00:07 -08:00