git-log-patch

Show git log with the full diff patch for each commit.

#!/usr/bin/env sh
git log -p
download git-log-patch