git-filter-repo/t
Johannes Schindelin e6ffeded2e t9390: avoid using Bash-ism <(...)
The problem with this is that on Windows, we use the MSYS2 Bash which
uses the POSIX emulation layer called "MSYS2 runtime" that pretends that
there _is_ something like the `/dev/fd/` namespace, and tells `git.exe`
about it, but `git.exe` does not use the POSIX emulation layer, and
hence has no idea what Bash is talking about.

Besides, we should avoid pipes, just as we do in the Git project.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-10-22 00:29:25 +02:00
..
t9390 filter-repo: use new --date-format=raw-permissive fast-import option 2020-07-07 09:38:34 -06:00
t9391 Fix undefined variable names 2020-07-27 09:49:43 -07:00
run_coverage run_coverage: prefer coverage3 to python3-coverage 2019-11-21 16:19:26 -08:00
t9390-filter-repo.sh t9390: avoid using Bash-ism <(...) 2020-10-22 00:29:25 +02:00
t9391-filter-repo-lib-usage.sh filter-repo: use more expensive prunability checks when needed 2020-03-23 14:55:07 -07:00
t9392-python-callback.sh filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -07:00
test-lib-functions.sh filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00
test-lib.sh filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00