如何获取这个 git 脚本制作的补丁列表?

发布于 2025-01-03 13:11:55 字数 417 浏览 0 评论 0原文

此页面

我发现

cd ${YOUR_PATH}/L27.12.1-P2/kernel/android-2.6.35
git fetch http://review.omapzoom.org/p/kernel/omap refs/changes/22/13722/2 && git cherry-pick FETCH_HEAD

当我运行此程序时,它会生成 paches 并显示有多少个文件改变了。

但是,如果我想通过运行这个程序来了解哪些文件被更改以及哪些行被更改,该怎么办?

我怎样才能得到这些信息?

from this page

i found

cd ${YOUR_PATH}/L27.12.1-P2/kernel/android-2.6.35
git fetch http://review.omapzoom.org/p/kernel/omap refs/changes/22/13722/2 && git cherry-pick FETCH_HEAD

when i run this it makes paches and shows me how manny files are changed.

But what if i want to know by running this which files are changed and what lines are changed?

How can i get that info?

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

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

发布评论

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

评论(1

最佳男配角 2025-01-10 13:11:55

您应该能够运行 'git show',它将显示从当前 HEAD上一次提交 的所有更改线级

You should be able to run 'git show', which will show all the changes from the current HEAD to the previous commit on a line level.

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