1
0
mirror of https://github.com/git/git.git synced 2024-10-06 16:51:26 +02:00
git/git-whatchanged

3 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}