Tagged Questions
22
votes
4answers
5k views
Git format-patch to be svn compatible?
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 want to submit my changes back to ...