commit | 4cb870d8042bef3fdd953c633463eda24ce78f3d | [log] [tgz] |
---|---|---|
author | Lars Schneider <larsxschneider@gmail.com> | Mon Sep 21 10:49:18 2015 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Sep 21 13:24:11 2015 -0700 |
tree | 02a98ef53eb6eef0004f26e7281995bf0d79cd9f | |
parent | 00a9403a1069b19f27d690853db34459b32b3d3d [diff] |
git-p4: use replacement character for non UTF-8 characters in paths If non UTF-8 characters are detected in paths then replace them with a placeholder instead of throwing a UnicodeDecodeError exception. This restores the original (implicit) implementation that was broken in 00a9403. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Reviewed-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>