Hello, As Philippe reported, aliases of aliases are not completed correctly in the Bash completion. This patch series attempts to fix that problem. Since v1: * Use a loop instead of recursive calls * Add a check to detect alias loops Felipe Contreras (3): completion: bash: support recursive aliases completion: bash: check for alias loop completion: bash: simplify __git_aliased_command contrib/completion/git-completion.bash | 53 +++++++++++++++++--------- t/t9902-completion.sh | 19 +++++++++ 2 files changed, 54 insertions(+), 18 deletions(-) -- 2.29.2