<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t/t5100/patch0017, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2012-09-17T22:24:52Z</updated>
<entry>
<title>mailinfo: do not concatenate charset= attribute values from mime headers</title>
<updated>2012-09-17T22:24:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-09-17T21:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=176943b9658b1fa9ae3972156100d831d19c3576'/>
<id>urn:sha1:176943b9658b1fa9ae3972156100d831d19c3576</id>
<content type='text'>
"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 &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
