git/git-whatchanged

3 lines
73 B
Bash
Executable file

#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S