I am currently using the following command:
git diff --no-prefix -w trunk > my_beautiful_code.patch
but get the following error when I load diff into the overview:
No valid separator after the filename was found in the diff header
Is there a way to abort git to do the right thing? I believe the review is looking for the exact svn format. I could clone the svn repo, apply the patch, and then make the patch with svn, but this is tedious and I need a cleaner workflow ...
Thanks!
source share