简体   繁体   中英

What is the best way to generate an svn compatible diff when using git svn?

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?

有一个帮助程序脚本可以执行此操作: https : //gist.github.com/44537

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM