Revision 7e6d6f7610965906d071022615bf64f14c60c0d2 authored by Johannes Sixt on 12 June 2019, 16:33:48 UTC, committed by Junio C Hamano on 12 June 2019, 20:20:56 UTC
git-mergetool spawns an enormous amount of processes. For this reason,
the test script, t7610, is exceptionally slow, in particular, on
Windows. Most of the processes are invocations of git. There are
also some that can be replaced with shell builtins. Avoid repeated
calls of `git ls-files` and `awk`.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8b01465
History
File Mode Size
util
install-dependencies.sh -rwxr-xr-x 1.8 KB
lib.sh -rwxr-xr-x 5.7 KB
make-test-artifacts.sh -rwxr-xr-x 211 bytes
mount-fileshare.sh -rwxr-xr-x 505 bytes
print-test-failures.sh -rwxr-xr-x 2.4 KB
run-build-and-tests.sh -rwxr-xr-x 519 bytes
run-linux32-build.sh -rwxr-xr-x 1.7 KB
run-linux32-docker.sh -rwxr-xr-x 793 bytes
run-static-analysis.sh -rwxr-xr-x 471 bytes
run-test-slice.sh -rwxr-xr-x 347 bytes
test-documentation.sh -rwxr-xr-x 1000 bytes

back to top