使用 git svn 时生成 svn 兼容 diff 的最佳方法是什么?
我正在使用 git 跟踪 wireshark 项目。我想提交补丁,但是所需的格式是以下内容的输出(请参阅 http:// www.wireshark.org/develop.html):
svn diff > my-new-protocol.patch
这是 git-diff
生成的不同格式。
我有什么选择?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个帮助程序脚本可以执行此操作: https://gist.github.com/44537
There is a helper script to do this: https://gist.github.com/44537