Created
April 10, 2011 23:58
-
-
Save MichaelBlume/912868 to your computer and use it in GitHub Desktop.
Strip off the SVN IDs appended by the git-svn-clone command
This file contains hidden or 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
git filter-branch --msg-filter 'sed -e "/^git-svn-id:/d" ' -- --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment