提交 f04b0569 编写于 作者: L Linus Torvalds

Make "git log" use the new git-rev-parse helper

See the previous commit for explanations.
上级 178cb243
#!/bin/sh
git-rev-list --pretty HEAD | LESS=-S ${PAGER:-less}
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册