“@@”在补丁/差异(linux)中?

发布于 2024-12-10 20:36:48 字数 147 浏览 0 评论 0原文

我对 Linux 补丁和 diff 非常陌生。我正在尝试编辑补丁,但出现了一些错误,我必须修复它们。

我遇到过: @@ -11,7 +11,6 @@

在补丁(diff)文件中多次出现,我认为第一组数字代表起始行号和要编辑的行数,但是第二组代表什么?

I'm really new to linux patches and diff. I'm trying to edit a patch and there's some errors and I have to fix them.

I've come across:
@@ -11,7 +11,6 @@

many times in the patch (diff) file and I think the first set of numbers represent the starting line number and number of lines to be edited, but what does the second set represent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

笛声青案梦长安 2024-12-17 20:36:48

它们是生成的起始行和生成的块中的行数。

They're the resultant starting line and the number of lines in the resultant chunk.

挖鼻大婶 2024-12-17 20:36:48

请注意,编辑差异非常脆弱。如果您更改任何块中任何位置的行数,则会破坏差异,除非您还更新块和行号。

Beware that editing a diff is very fragile. If you change the number of lines anywhere in any chunk, you'll break the diff unless you also update the chunks and line numbers.

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