]> code.ossystems Code Review - openembedded-core.git/commit
scripts/create-pull-request: fix putting subject containing / into cover letter
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 29 Jul 2019 21:54:43 +0000 (09:54 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jul 2019 22:46:59 +0000 (23:46 +0100)
commitd4c3f93d7407ac1ea20b33149f20153972d631c0
tree419caf0259d502f3157ad35e422c0f5d9e976dc3
parent675e88e6e0bbd5ab2dcd4bdf97b0de59925a1be6
scripts/create-pull-request: fix putting subject containing / into cover letter

If a single-commit series had a shortlog containing a "/" character then
that prevented putting the shortlog into the subject of the cover letter
message. Use a different separating character with the sed command (one
much less likely to appear) in order to fix it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/create-pull-request