On Sat, 19 Mar 2016 19:22:09 -0700, Joe Perches said: > On Sun, 2016-03-20 at 07:48 +0530, Parth Sane wrote: > > Hi, > > Thanks for pointing out that the changes have been done. Nevertheless > > this was a good learning exercise. How do I check which changes have > > already been done? > > Use this tree: > > http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git And note that doing a 'git clone' of this won't do what you want.. What you *want* to do: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git $ git fetch --tags linux-next This will get you a tree that you can actually work with... ... # later on (linux-next is updated most weekdays) $ git remote update to find out what the current tree looks like. You do *not* want to use 'git pull' against linux-next because it rebases every night....
Attachment:
pgp9yFG3rcMXN.pgp
Description: PGP signature
_______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel