remove formatting of git log entry on an imported patch
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 15 Dec 2005 22:36:59 +0000 (22:36 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 15 Dec 2005 22:36:59 +0000 (22:36 +0000)
commit0543bc5f5a7aa71bcb94062fc3ce019f4d274f1d
treee06d1c940119ecd8dbfee21804b47ca6e3f75948
parent99e73103880bdd564b1ffbb264171c2412ae85ac
remove formatting of git log entry on an imported patch

The latest stgit changeset appears to reformat patch descriptions on
import (stripping whitespace and adding newlines). I personally much
prefer to be able to control the git log entry myself rather than have a
program dictate the format to me.

The patch also adds support for Date: and From: lines both before and
after the subject (that is a less important change, and can be split out
or thrown out if you prefer).

Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no>
stgit/commands/imprt.py