Greg KH <greg@kroah.com> wrote: > On Fri, Feb 10, 2006 at 02:59:14PM -0500, Shawn Pearce wrote: > > I just posted the first public version of pg, a GIT porcelain for > > managing patches. Think StGIT, but better in some ways: > > > > Feature Summary: > > Hm, is there any way to import an existing patch into pg? Doh! I haven't needed to do that yet. I'll code up a pg-import later tonight. But since git and pg play nice together you can do this: pg-new Patch-Name git-apply the-patch-file.patch pg-ci -m"Importing the-patch-file.patch..." or even: pg-new Patch-Name git-am mbox and keep the 'history' stored in the mailbox. So pg-import won't amount to a very long script. :-| - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Feb 11 08:06:14 2006
This archive was generated by hypermail 2.1.8 : 2006-02-11 08:06:24 EST