Gabriel Devenyi <ace@xxxxxxxxxxxxx> wrote: > I would like to start working on some kernel-janitor stuff, and I've > cloned Linus' tree using Cogito (cg-clone). My issue is that I can't > find any documentation on how I would go about working on this tree > now, like if I make a change, how do I create a patch that I can send > off to kernel-janitors, and LKML, similarly, how would I reset my tree > to be exactly like Linus' if I muck something up badly. Apart from what the others replied, you could also try StGIT if you used Quilt (it's not complicated at all anyway). Basically, you first create a patch (or several) and all the modifications are included into it. You push/pop patches from the top of your tree and also e-mail them. You can always delete a patch if you no longer need it and the changes are removed from your tree. -- Catalin -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/