On Fri, Oct 2, 2015 at 4:38 AM, Rick Mann <[email protected]> wrote: > How can I see the changes to certain files or directories in the kernel tree > between Linus' 4.1.4, and 4.1.4-ti-r9? How about between 4.1.4-ti-r9 and > 4.2.x-boneX?
Well, qgit can handle that... git clone https://github.com/beagleboard/linux cd linux/ v4.1.4 = https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=89e419960fb6a260f6a112821507d516117d5aa1 qgit 89e419960fb6a260f6a112821507d516117d5aa1...4.1.4-ti-r9 which is 922 commits... (i didn't push the v4.1.x tags..) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
