]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
scripts/c2p: hopefully removing trailing \n in changelogs
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Feb 2021 14:57:20 +0000 (15:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Feb 2021 14:57:20 +0000 (15:57 +0100)
commit2f308883c5f17dc4fb59fa13aef7196768055d9e
treec4339a2ba1e5a1f07f21e5ef3f8819663c338226
parentab357a54ec6aee858e47d7ae3f5d4932d31c8824
scripts/c2p: hopefully removing trailing \n in changelogs

As Lee helpfully pointed out, I was adding an extra \n in changelogs,
which was messy for anyone wanting to cherry-pick patches afterward.

Hopefully fix this up by routing patches through `git format-patch` and
not `git show` and detecting the start of the diffstat.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/c2p