tgupdate: merge t/misc/blob_plain-charset base into t/misc/blob_plain-charset
[girocco-gitweb.git] / .topmsg
bloba331518fdc24ca1183ef6d1c8f020d00d19d94ce
1 Subject: [PATCH] gitweb: improve blob_plain charset
3 When gitweb returns blob_plain data it doesn't really
4 do a very good job returning the correct charset value.
6 Update the logic so that when returning a text/...
7 type the charset will be set correctly in most
8 cases based on the first portion of the content.
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>