git/git-whatchanged

3 lines
102 B
Bash
Executable File

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