提交 f23792a7 编写于 作者: T Tasos Vlachogiannis 提交者: Toan Nguyen

Fix git commands completion (#62)

上级 dcf1b264
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册