git-log-diff

Show git log with a file change summary for each commit.

#!/usr/bin/env sh
git log --stat
download git-log-diff