1
0
mirror of https://github.com/git/git.git synced 2024-10-21 12:48:32 +02:00
git/contrib/completion
Felipe Contreras e4c75edb52 completion: bash: improve alias loop detection
It is possible for the name of an alias to end with the name of another
alias, in which case the code will incorrectly detect a loop.

We can fix that by adding an extra space between words.

Suggested-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-11-17 10:57:46 -08:00
..
.gitattributes
git-completion.bash completion: bash: improve alias loop detection 2020-11-17 10:57:46 -08:00
git-completion.tcsh
git-completion.zsh zsh: update copyright notices 2020-10-28 14:31:19 -07:00
git-prompt.sh completion: prompt: fix color for Zsh 2020-10-28 14:30:59 -07:00