I have a git repository with Android kernel v3.0.36. But now, Linux 3.0.38 is out. Android and mainline Linux are incompatible, so I just want to pull the changes from 3.0.37 and 3.0.38 (just a small part of changes). And I don't want to pull other changes.
I'm using Github. I saw many people's logs are like that:
net: wireless:bcm4329: Fix Unknown escape '%' 90fcf01d79 Browse code Choi, Jong-Hwan authored 8 months ago xxx committed 3 months ago
How can they do it? And how can I do it?