From 176943b9658b1fa9ae3972156100d831d19c3576 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 17 Sep 2012 14:17:58 -0700 Subject: mailinfo: do not concatenate charset= attribute values from mime headers "Content-type: text/plain; charset=UTF-8" header should not appear twice in the input, but it is always better to gracefully deal with such a case. The current code concatenates the value to the values we have seen previously, producing nonsense such as "utf8UTF-8". Instead of concatenating, forget the previous value and use the last value we see. Signed-off-by: Junio C Hamano --- t/t5100/patch0017 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/t5100/patch0017 (limited to 't/t5100/patch0017') diff --git a/t/t5100/patch0017 b/t/t5100/patch0017 new file mode 100644 index 0000000000..35cf84c9a1 --- /dev/null +++ b/t/t5100/patch0017 @@ -0,0 +1,6 @@ +diff --git a/foo b/foo +index e69de29..d95f3ad 100644 +--- a/foo ++++ b/foo +@@ -0,0 +1 @@ ++New content -- cgit v1.2.1