We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 427ed40 + 880111c commit 961c1b1Copy full SHA for 961c1b1
contrib/completion/git-completion.bash
@@ -2564,6 +2564,7 @@ __git_main ()
2564
2565
local expansion=$(__git_aliased_command "$command")
2566
if [ -n "$expansion" ]; then
2567
+ words[1]=$expansion
2568
completion_func="_git_${expansion//-/_}"
2569
declare -f $completion_func >/dev/null && $completion_func
2570
fi
contrib/completion/git-completion.zsh
@@ -104,6 +104,7 @@ __git_zsh_bash_func ()
104
105
106
107
108
109
110
0 commit comments