Skip to content

Instantly share code, notes, and snippets.

@sanjoy
Created August 28, 2015 18:55
Show Gist options
  • Save sanjoy/5089ae8656ff48445fc7 to your computer and use it in GitHub Desktop.
Save sanjoy/5089ae8656ff48445fc7 to your computer and use it in GitHub Desktop.
#!/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