Make StGIT comply with the author information retrieving
authorCatalin Marinas <catalin.marinas@gmail.com>
Sun, 11 Dec 2005 09:46:52 +0000 (09:46 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sun, 11 Dec 2005 09:46:52 +0000 (09:46 +0000)
commit99e73103880bdd564b1ffbb264171c2412ae85ac
tree157f9c9ab8ad7c132ab44ecca98f5fd3962f51f9
parentfec7f6586a1c4699a1e6bf75f8bd394bed27e222
Make StGIT comply with the author information retrieving

The import command should search for a "From:" line in the body of the mail
(or patch description) and use the author information from there. The
export and mail commands should automatically add a "From:" line to the
patch description.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/export.py
stgit/commands/imprt.py
templates/patchexport.tmpl
templates/patchmail.tmpl