Fix git commands completion (#62)

This commit is contained in:
Tasos Vlachogiannis 2019-06-27 12:37:10 +01:00 committed by Toan Nguyen
parent dcf1b26476
commit f23792a782

View File

@ -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
}