mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-08 13:15:56 -05:00
It is a bit ridiculous to spin up a full-blown Perl instance (especially on Windows, where that means spinning up a full POSIX emulation layer, AKA the MSYS2 runtime) just to tell how large a given file is. So let's just use the test-tool to do that job instead. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>