I'm using git to track the wireshark project. I'd like to submit a patch, however the format required is the output of the following (see http://www.wireshark.org/develop.html):

svn diff > my-new-protocol.patch

Which is a different format what git-diff produces.

What are my options?

link|improve this question

43% accept rate
feedback

1 Answer

There is a helper script to do this: https://gist.github.com/44537

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.