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

2019-05-13 Thread Johannes Schindelin
Hi Elijah, On Fri, 10 May 2019, Elijah Newren wrote: > * Modified the testcases to pass on Windows[1], as verified via > gitgitgadget pull request[2]. Required adding a couple new files > (which store the desired bytes) and checking the size of the output > instead of checking for

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

2019-05-10 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 v2 (full range-diff below): * Modified the testcases to pass on Windows[1], as verified via gi