> > *Well, the problem with that is you have to clone multiple repos and then > just do the diff. I can certainly do that, but I figured there was some git > magic to do it from a single repo.*
Well, I did a quick google search before responding to see if i could spot something obvious. I didn't but, did find a hit that seemed to be explaining using diff on git repo's over the internet. I think this may be what you're after . . . http://stackoverflow.com/questions/1737306/how-to-diff-files-directly-from-the-linux-kernel-git-repository On Fri, Oct 2, 2015 at 1:10 PM, Rick Mann <[email protected]> wrote: > Well, the problem with that is you have to clone multiple repos and then > just do the diff. I can certainly do that, but I figured there was some git > magic to do it from a single repo. > > > On Oct 2, 2015, at 11:39 , William Hermans <[email protected]> wrote: > > > > 'diff ' . . . but do not ask me for specific diff commands, as it is > something I need to learn myself. There is literally a LOT of information > on the web on the subject. Perhaps too much. > > > > On Fri, Oct 2, 2015 at 2: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? > > > > Thanks! > > > > -- > > Rick Mann > > [email protected] > > > > > > -- > > 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. > > > > > > -- > > 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. > > > -- > Rick Mann > [email protected] > > > -- > 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. > -- 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.
