[PATCH] Add --diff-filter= output restriction to diff-* family.
[git.git] / git-whatchanged
1 #!/bin/sh
2 git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}