使用 git svn 时生成 svn 兼容 diff 的最佳方法是什么?

发布于 2024-12-03 07:20:35 字数 342 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛放△進行李 2024-12-10 07:20:35

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文