1
0
mirror of https://github.com/git/git.git synced 2024-09-22 10:12:34 +02:00
git/contrib/completion
Felipe Contreras 9414938c34 completion: bash: support recursive aliases
It is possible to have recursive aliases like:

  l = log --oneline
  lg = l --graph

So the completion should detect such aliases as well.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-11-09 18:09:21 -08:00
..
.gitattributes
git-completion.bash
git-completion.tcsh
git-completion.zsh
git-prompt.sh