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
araxis -rw-r--r-- 358 bytes
bc -rw-r--r-- 367 bytes
bc3 -rw-r--r-- 24 bytes
codecompare -rw-r--r-- 353 bytes
deltawalker -rw-r--r-- 663 bytes
diffmerge -rw-r--r-- 309 bytes
diffuse -rw-r--r-- 248 bytes
ecmerge -rw-r--r-- 306 bytes
emerge -rw-r--r-- 438 bytes
examdiff -rw-r--r-- 336 bytes
guiffy -rw-r--r-- 263 bytes
gvimdiff -rw-r--r-- 29 bytes
gvimdiff2 -rw-r--r-- 29 bytes
gvimdiff3 -rw-r--r-- 29 bytes
kdiff3 -rw-r--r-- 522 bytes
kompare -rw-r--r-- 117 bytes
meld -rw-r--r-- 843 bytes
opendiff -rw-r--r-- 267 bytes
p4merge -rw-r--r-- 617 bytes
smerge -rw-r--r-- 264 bytes
tkdiff -rw-r--r-- 258 bytes
tortoisemerge -rw-r--r-- 602 bytes
vimdiff -rw-r--r-- 890 bytes
vimdiff2 -rw-r--r-- 29 bytes
vimdiff3 -rw-r--r-- 29 bytes
winmerge -rw-r--r-- 361 bytes
xxdiff -rw-r--r-- 584 bytes

back to top