]> git.ipfire.org Git - thirdparty/git.git/blob - git-whatchanged
git-unpack-objects: start parsing the actual packed data
[thirdparty/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}