Merge commit 'refs/top-bases/t/misc/encoding-opt' into t/misc/encoding-opt
[git/gitweb.git] / .topmsg
blob5677f0d788dc1e43f6b5f0b75dd0ba38b760687c
1 Subject: [PATCH] gitweb: optimize Encoding use
3 Make sure the fallback encoding is only looked up exactly once
4 rather than every time we call to_utf8 and the input string is
5 not UTF-8 or US-ASCII.
7 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>