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

git-whatchanged: make default output format be pretty.

If you want the raw stuff, just do

	git-whatchanged --pretty=raw

and it wil act like it used to.
上级 ba88e54b
#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}
git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册