Re: [PATCH v6 0/5] Fix and extend encoding handling in fast export/import

2019-05-16 Thread Torsten Bögershausen
On Mon, May 13, 2019 at 09:30:57PM -0700, Elijah Newren wrote: > While stress testing `git filter-repo`, I noticed an issue with > encoding; further digging led to the fixes and features in this series. > See the individual commit messages for details. > No more comments from my side, thanks for t

[PATCH v6 0/5] Fix and extend encoding handling in fast export/import

2019-05-13 Thread Elijah Newren
While stress testing `git filter-repo`, I noticed an issue with encoding; further digging led to the fixes and features in this series. See the individual commit messages for details. Changes since v5 (full range-diff below): * s/utf-8/UTF-8/, as pointed out by Torsten (in commit messages and co