On Mon, May 14, 2012 at 8:21 AM, Alexander Smirnov
<alex.bluesman.smir...@gmail.com> wrote:
> Hi Jon,
>
> I want to sync Linux 6lowpan implementation with Contiki one, so how
> can I derive latest 6lowpan fixes?
> Do you have any tracking system or may be just a list with bugs were fixed?
>
> Or 'git log' must be my favorite tool? :-)

git diff is probably more useful.

First I would clone a Conitiki git tree make yourself a tag and push
it to git hub. That will let you remember what you have checked.

Next note that 'git diff' take commit ids and the file name as
parameters.  Do a 'git log' on just the 6lowpan files and figure out a
commit id that is old enough. Then 'git diff' between that id and head
just to get the delta for that file.

Another way I do it is to go back to a commit id I know is old enough
in the project and then do a full project diff for that id. I load
that diff into an edit and just delete out the diffs that don't
matter. Then study what is left.

Next time this will be easier since you will have labeled your check
points in that tree at gitub. Each time you check you changes just
make a new label and push it to git hub.

Completely different way - I think there is a commit mailing list for
Contiki. Subscribe to it and set gmail to save the messages it in a
folder and bypass the in-box. Make up some keyword matches that will
flag anything with 6lowpan in it in your in-box.



>
> Thanks,
> Alex



-- 
Jon Smirl
jonsm...@gmail.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to