[PATCH] Fix rename/copy when dealing with temporarily broken pairs.
[git/dscho.git] / git-whatchanged
blob7772260cd30e8f9a849f2857db3f3fd40e630d4f
1 #!/bin/sh
2 git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}