Is there any way to get a patch created with git format-patch to be svn compatible so that I can submit it to an svn repo?
I\'m working off an svn repo on github and
Make sure your changes are committed and rebased on top of your local git branch, from git bash run:
git show --pretty >> myChangesFile.patch