From: Lars Schneider <redacted>
diff to v1:
* add a test case
* use Popen "communication" function instead of "wait"
Thanks to Junio for feedback!
Known issue: My fix works only if git-p4 is executed in verbose mode.
In normal mode no exceptions are thrown and git-p4 just exits.
Lars Schneider (2):
git-p4: add test case for "Translation of file content failed" error
git-p4: handle "Translation of file content failed"
git-p4.py | 27 ++++++++++-------
t/t9824-git-p4-handle-utf16-without-bom.sh | 47 ++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 11 deletions(-)
create mode 100755 t/t9824-git-p4-handle-utf16-without-bom.sh
--
2.5.1