Git patch => SVN patch

Converts git diff to svn patch format


git diff --no-prefix | sed -e "s/^diff --git [^[:space:]]*/Index:/" -e "s/^index.*/===================================================================/" > changes.patch

LOL