Re: [PATCH v2] git-p4: add "--path-encoding" option

2015-08-31 Thread Junio C Hamano
larsxschnei...@gmail.com writes: > From: Lars Schneider > > Signed-off-by: Lars Schneider > --- > Documentation/git-p4.txt| 5 + > git-p4.py | 6 ++ > t/t9821-git-p4-path-encoding.sh | 39 +++ > 3 files changed, 50 inse

Re: [PATCH v2] git-p4: add "--path-encoding" option

2015-08-31 Thread Junio C Hamano
larsxschnei...@gmail.com writes: > From: Lars Schneider > > Diff to v1: > * switch example conversions from cp1252 to iso8859-1 (thanks Torsten!) > * fix git-p4.txt line length and double dashes (thanks Junio!) > * remove bare UTF-8 sequence (thanks Junio!) > > As with v1, I ensured the unit test

[PATCH v2] git-p4: add "--path-encoding" option

2015-08-31 Thread larsxschneider
From: Lars Schneider Signed-off-by: Lars Schneider --- Documentation/git-p4.txt| 5 + git-p4.py | 6 ++ t/t9821-git-p4-path-encoding.sh | 39 +++ 3 files changed, 50 insertions(+) create mode 100755 t/t9821-git-p4-path

[PATCH v2] git-p4: add "--path-encoding" option

2015-08-31 Thread larsxschneider
From: Lars Schneider Diff to v1: * switch example conversions from cp1252 to iso8859-1 (thanks Torsten!) * fix git-p4.txt line length and double dashes (thanks Junio!) * remove bare UTF-8 sequence (thanks Junio!) As with v1, I ensured the unit test runs on OS X and Linux. I noticed one weird po