开发者

How to list git commits for Android release?

开发者 https://www.devze.com 2023-01-12 06:00 出处:网络
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?

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!


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号