Dec. 25, 2013
3:09 p.m.
On Wed, 25 Dec 2013 11:28:35 +0800, Dong Zhu said:
rpm -q kernel --changelog
That won't actually list all the 10,000+ commits between kernel releases - it often won't even list all the vendor-applied patches that they've put on top of the Linus kernel. And it assumes an RPM based system.... As somebody else mentioned, 'git tag --contains (commit-id)' is the best bet here.