From: Trond Myklebust Date: Thu, 15 Dec 2005 22:36:59 +0000 (+0000) Subject: remove formatting of git log entry on an imported patch X-Git-Tag: v0.8~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/0543bc5f5a7aa71bcb94062fc3ce019f4d274f1d?ds=inline;hp=0543bc5f5a7aa71bcb94062fc3ce019f4d274f1d 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 ---