* [KJ] Re: Kernel Development and Cogito
@ 2005-08-10 20:24 Erik Mouw
2005-08-10 20:34 ` Randy.Dunlap
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Erik Mouw @ 2005-08-10 20:24 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 1019 bytes --]
On Wed, Aug 10, 2005 at 01:23:14PM -0400, Gabriel Devenyi 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. Is there a document
> out there describing the usage of Cogito, or can someone outline the
> basics of using Cogito to dump my changes for distribution? Thanks for
> your help!
This one is from Cogito itself:
http://www.kernel.org/pub/software/scm/cogito/README
Jeff Garzik wrote a Git "howto" (the system that lives under Cogito):
http://linux.yyz.us/git-howto.html
IIRC Randy Dunlap also wrote something, but I can't find it.
Erik
--
Erik Mouw
J.A.K.Mouw@its.tudelft.nl mouw@nl.linux.org
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [KJ] Re: Kernel Development and Cogito
2005-08-10 20:24 [KJ] Re: Kernel Development and Cogito Erik Mouw
@ 2005-08-10 20:34 ` Randy.Dunlap
2005-08-10 20:58 ` Gabriel Devenyi
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Randy.Dunlap @ 2005-08-10 20:34 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1079 bytes --]
On Wed, 10 Aug 2005, Erik Mouw wrote:
> On Wed, Aug 10, 2005 at 01:23:14PM -0400, Gabriel Devenyi 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. Is there a document
> > out there describing the usage of Cogito, or can someone outline the
> > basics of using Cogito to dump my changes for distribution? Thanks for
> > your help!
>
> This one is from Cogito itself:
>
> http://www.kernel.org/pub/software/scm/cogito/README
>
> Jeff Garzik wrote a Git "howto" (the system that lives under Cogito):
>
> http://linux.yyz.us/git-howto.html
>
> IIRC Randy Dunlap also wrote something, but I can't find it.
It's old and outdated.
http://www.xenotime.net/linux/doc/git-usage-howto
--
~Randy
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
* [KJ] Re: Kernel Development and Cogito
2005-08-10 20:24 [KJ] Re: Kernel Development and Cogito Erik Mouw
2005-08-10 20:34 ` Randy.Dunlap
@ 2005-08-10 20:58 ` Gabriel Devenyi
2005-08-10 23:31 ` Ryan Anderson
2005-08-11 15:08 ` Catalin Marinas
3 siblings, 0 replies; 5+ messages in thread
From: Gabriel Devenyi @ 2005-08-10 20:58 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 684 bytes --]
On August 10, 2005 16:24, Erik Mouw wrote:
> This one is from Cogito itself:
>
> http://www.kernel.org/pub/software/scm/cogito/README
Thanks I've read this, I was hoping for a full set of documentation lurking
around. I've fooled around a bit more and determined how to do some more
things. Does cogito/git output patches in the prefered LKML format
automatically? (-p1 etc)
> Jeff Garzik wrote a Git "howto" (the system that lives under Cogito):
>
> http://linux.yyz.us/git-howto.html
As for git, I'm trying to avoid it a little bit as it scares me a little.
> IIRC Randy Dunlap also wrote something, but I can't find it.
>
>
> Erik
--
Gabriel Devenyi
ace@staticwave.ca
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [KJ] Re: Kernel Development and Cogito
2005-08-10 20:24 [KJ] Re: Kernel Development and Cogito Erik Mouw
2005-08-10 20:34 ` Randy.Dunlap
2005-08-10 20:58 ` Gabriel Devenyi
@ 2005-08-10 23:31 ` Ryan Anderson
2005-08-11 15:08 ` Catalin Marinas
3 siblings, 0 replies; 5+ messages in thread
From: Ryan Anderson @ 2005-08-10 23:31 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
On Wed, Aug 10, 2005 at 04:58:57PM -0400, Gabriel Devenyi wrote:
> On August 10, 2005 16:24, Erik Mouw wrote:
> > This one is from Cogito itself:
> >
> > http://www.kernel.org/pub/software/scm/cogito/README
>
> Thanks I've read this, I was hoping for a full set of documentation lurking
> around. I've fooled around a bit more and determined how to do some more
> things. Does cogito/git output patches in the prefered LKML format
> automatically? (-p1 etc)
Try: man git-format-patch-script
Specifically:
git format-patch origin
This will output one file per commit, with the comment, diffstat and
patch in it.
--
Ryan Anderson
AutoWeb Communications, Inc.
email: ryan@autoweb.net
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
* [KJ] Re: Kernel Development and Cogito
2005-08-10 20:24 [KJ] Re: Kernel Development and Cogito Erik Mouw
` (2 preceding siblings ...)
2005-08-10 23:31 ` Ryan Anderson
@ 2005-08-11 15:08 ` Catalin Marinas
3 siblings, 0 replies; 5+ messages in thread
From: Catalin Marinas @ 2005-08-11 15:08 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
Gabriel Devenyi <ace@staticwave.ca> 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
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-08-11 15:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-10 20:24 [KJ] Re: Kernel Development and Cogito Erik Mouw
2005-08-10 20:34 ` Randy.Dunlap
2005-08-10 20:58 ` Gabriel Devenyi
2005-08-10 23:31 ` Ryan Anderson
2005-08-11 15:08 ` Catalin Marinas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.