Skip to content

Instantly share code, notes, and snippets.

@metafeather
Created July 20, 2010 14:28
Show Gist options
  • Save metafeather/483028 to your computer and use it in GitHub Desktop.
Save metafeather/483028 to your computer and use it in GitHub Desktop.
Git Shortlog format for nice lists of different files between SVN branches retaining git-svn-id's
# Git Shortlog format for nice lists of different files between SVN branches retaining git-svn-id's
git shortlog --format="%h %b %s" <branch>..master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment