[PATCH] Move git_author_info and git_commiter_info to ident.c
[git.git] / git-whatchanged
1 #!/bin/sh
2 git-rev-list $(git-rev-parse --default HEAD --revs-only "$@") |
3         git-diff-tree --stdin --pretty -r $(git-rev-parse --no-revs "$@") |
4         LESS="$LESS -S" ${PAGER:-less}