]> code.ossystems Code Review - openembedded-core.git/commit
create-pull-request: add "-t in-reply-to" option
authorJose Lamego <jose.a.lamego@linux.intel.com>
Tue, 4 Apr 2017 21:45:09 +0000 (16:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 May 2017 11:21:33 +0000 (12:21 +0100)
commit8a3879a8ca71db7fb313417d86b3ac7904cb0f0e
tree4e4329830c6a9ebf1956fb3752c1da8c19292199
parent22af48a50d40d6872adaa4f6b0bf144ef5781c1c
create-pull-request: add "-t in-reply-to" option

The create-patch-request script creates patches as replies to a cover
letter, in the form of an email thread. If further revisions are sent to
the mailing list without referencing to the first revision, these new
revisions are not identified at the mailing list as part of the original
thread, but as a new thread instead.

This change adds the "[-t in_reply_to]" option, where "in_reply_to" is
the original cover letter's Message-Id, so this reference is added
to the new cover letter to ensure the thread continuity.

[YOCTO #11294]

Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/create-pull-request