Created
August 28, 2015 18:55
-
-
Save sanjoy/5089ae8656ff48445fc7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git svn dcommit --dry-run | grep 'diff-tree' | awk '{print $3}' | while read hash; do | |
git log --stat -n 1 ${hash} | |
echo " -- " | |
echo "" | |
done | less -FRXS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment