[PATCH] guilt: skip empty line after from: line in patch descriptoin
commit45636dce4e753ebe377d857fb64c144c99732525
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 May 2013 03:24:41 +0000 (21 23:24 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Wed, 22 May 2013 03:24:41 +0000 (21 23:24 -0400)
treef392e5d28ccda45aa038b5ca1e6db523d77064c8
parentfc5caa70ec71d4c9429218b3c51d0c2176370414
[PATCH] guilt: skip empty line after from: line in patch descriptoin

Commit 2cc8d353d7ecb broke manually written patch descriptions of the
form:

    > Frobnozzle: this is a patch subject
    >
    > From: Fred McNurk <fred@mcnurt.foo>
    >
    > This is the patch description

Commit 8f88f953580a0 partially fixed things by filtering out the From:
field, but it did not filter out the empty line (if present) after the
    > Frobnozzle: this is a patch subject
    >
    >
    > This is the patch description

instead of

    > Frobnozzle: this is a patch subject
    >
    > This is the patch description

The ext4 patch queue has used this format for years, and this change
should not break other patches which look like mail headers and
bodies.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
guilt