"H. Peter Anvin" <[EMAIL PROTECTED]> wrote: > Anyone have any good scripts for taking patches in email and turning > them into git commits, preferrably while preserving the author > information?
StGIT can do this as well, via the 'stg import -m' command. You will see it as a GIT commit (with 'git log') as well as an StGIT patch. It preserves the author information taken from the From: line (can be overwritten with command line options). -- Catalin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html