Michael Gao <[EMAIL PROTECTED]> writes: > Neuros kernel tree can be accessed at, > git.neurostechnology.com/git/kernels > > or view it at, > http://git.neurostechnology.com
A friendly suggestion, to make it easier for us to collaborate and share development. I'm not sure exactly how you created this git tree, but it wasn't via a normal clone process. It appears that you created a brand new git tree, and then copied the existing davinci git tree in as a new commit. This makes it kind of difficult to work with. What would be better to do: - clone current DaVinci git - make a branch for your development at your preferred snapshot $ git branch neuros-dev pre-2.6.24-merge - checkout your branch, and add your patches ther $ git checkout neuros-dev The benefit of this is that if we both have the same tree as the starting point, I can use a remote tracking branch to track your tree and directly cherry-pick patches from your tree. Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
