1
0
mirror of https://github.com/git/git.git synced 2024-10-06 05:11:20 +02:00
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 "$@"