1
0
mirror of https://github.com/git/git.git synced 2024-10-06 08:41:40 +02:00
git/git-whatchanged

3 lines
63 B
Plaintext
Raw Normal View History

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