Greg KH [off-list ref] wrote:
On Fri, Feb 10, 2006 at 02:59:14PM -0500, Shawn Pearce wrote:
quoted
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. :-|