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@xxxxxxxxxxx -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/