"H. Peter Anvin" [off-list ref] 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