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?
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)
发布评论
评论(1)
我的一个建议是只看 相应分支的短日志(即 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)