On Wed, Aug 19, 2009 at 11:53, Thomas Tsou<[email protected]> wrote: >> Johnathan Corgan will be contacting you about some git related info >> a bit later on. > > Sounds good.
I've applied your patch series as one commit and created a branch on my public repository: http://gnuradio.org/git/jcorgan.git You can create a tracking branch to continue your work: $ git remote add -f jcorgan http://gnuradio.org/git/jcorgan $ git branch -r <new branch name> jcorgan/patches/libusb-1.0 $ git checkout <new branch name> You can continue your work and then submit your commits to the patch list or to me directly. As I add them to my patches/libusb-1.0 branch, I'll let you know. I'm not sure of your git experience, so I'm assuming you'll ask if you need to know anything. Thanks a whole bunch for working on this. Johnathan _______________________________________________ Patch-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/patch-gnuradio
