mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-07 09:20:29 +00:00
904e03f963
It appears that in addition to Windows requiring cwd be a string (and not a bytestring), it also requires the command line arguments to be unicode strings. This appears to be a python-on-Windows issue at the surface (attempts to quote things that assumes the arguments are all strings), but whether it's solely a python-on-Windows issue or there is also a deeper Windows issue, we can workaround this brain-damage by extending the SubprocessWrapper slightly. As with the cwd changes, only apply this on Windows and not elsewhere because there are perfectly legitimate reasons to pass non-unicode parameters (e.g. filenames that are not valid unicode). Signed-off-by: Elijah Newren <newren@gmail.com> |
||
---|---|---|
.. | ||
t9390 | ||
t9391 | ||
run_coverage | ||
t9390-filter-repo.sh | ||
t9391-filter-repo-lib-usage.sh | ||
t9392-python-callback.sh | ||
test-lib-functions.sh | ||
test-lib.sh |