Skip to content

Commit

Permalink
Fix git commands completion (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Vlachogiannis authored and nntoan committed Jun 27, 2019
1 parent dcf1b26 commit f23792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/git.completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ __git_commands () {
then
printf "%s" "${GIT_TESTING_COMMAND_COMPLETION}"
else
git help -a|egrep '^ [a-zA-Z0-9]'
git help -a|egrep "^ [a-z]*"|cut -d" " -f4
fi
}

Expand Down

0 comments on commit f23792a

Please sign in to comment.