git-p4: do not decode data from perforce by default
authorAndrew Oakley <andrew@adoakley.name>
Mon, 12 Apr 2021 08:52:51 +0000 (09:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Apr 2021 18:32:53 +0000 (11:32 -0700)
commitac9cdb5fd175869aef35ca126a41976818599f4f
tree71c34891f87045798cb9e6999a5ce8135678bfb0
parente28c86f002d66e88f12042659b667f5cc9d67b93
git-p4: do not decode data from perforce by default

This commit is not intended to change behaviour, any we still attempt to
decode values that might not be valid unicode.  It's not clear that all
of these values are safe to decode, but it's now more obvious which data
is decoded.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py