如何列出 Android 版本的 git 提交?

发布于 2024-09-14 16:49:08 字数 460 浏览 3 评论 0 原文

有谁知道如何确定某个 git 是否提交,例如 来自此问题,被纳入特定的 Android 版本,例如 2.2 Froyo

谢谢!

Does anybody know how to determine whether a certain git commit, for example this one from this issue, was rolled into a particular Android release such as 2.2 Froyo?

Thanks!

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

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

发布评论

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

评论(1

堇色安年 2024-09-21 16:49:08

我的一个建议是只看 相应分支的短日志(即 froyo-release;我猜 froyo 是一个维护分支)并查看提交是否在短日志中。有问题的提交很早以前就在短日志的第 143 页上。我只是跳回直到日期正确才找到它。不是很花哨。

我猜这就是你可以用 gitweb 做的所有事情,尽管它正在非常活跃的开发中,所以也许有一天它会从 gitk 获得“分支:”功能。 @Jakub Narebski 在 SO 上相当活跃;他也许能够提供更明确的答案。 (不确定@-notification是否适用于答案或仅适用于评论)

My one suggestion is to just look at the shortlog of the appropriate branch (that's froyo-release; I'm guessing froyo is a maintenance branch) and see if the commit's in the shortlog. The commit in question is way, way back - on the 143rd page of the shortlog. I found it just by skipping back until the dates were right. Not very fancy.

I'm guessing this is all you can do with gitweb, though it is under pretty active development, so perhaps someday it'll get that "Branches: " feature from gitk. @Jakub Narebski is fairly active on SO; he might be able to provide a more definitive answer. (not sure if @-notification works in answers or just comments)

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