git/git-whatchanged
Linus Torvalds 02481aec2a Add silly "git-whatchanged" script.
It's a one-liner, but it's useful as documentation if nothing else.
2005-05-17 11:47:13 -07:00

3 lines
63 B
Bash
Executable file

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