diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-11-29 09:55:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 17:21:43 +0000 |
commit | ed9e0b8aafe880cc3d6de2ac45acb67e65bc9314 (patch) | |
tree | e94f0a960587f323384cb339453513bc00065072 /scripts/oe-run-native | |
parent | 926f3dfe2dfe98e220b1709e57982c7aa154b5ae (diff) | |
download | poky-ed9e0b8aafe880cc3d6de2ac45acb67e65bc9314.tar.gz |
scripts/send-pull-request: Avoid multiple chain headers
When creating a patch set with cover letter using the
send-pull-request script, both the "In-Reply-To" and "References"
headers are appended twice in patch 2 and subsequent.
That's because git-format-patch already inserted them and then
git-send-email repeats that. Suppressing mail threading in
git-send-email with --no-thread avoids the problem and is the
right solution because it works regardless whether git-send-email is
called once or twicee.
Repeating these headers is a violation of RFC 2822 and can confuse
mail programs. For example, Patchwork does not detect a patch series
problem when there are these extra headers.
[YOCTO #10718]
(From OE-Core rev: 303a1aa3df43eb0b693d8602062fa33c4a08fdd6)
(From OE-Core rev: 025d21b856e650c8edefd2d06493e84f8416d50f)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-run-native')
0 files changed, 0 insertions, 0 deletions