diff options
author | Johannes Sixt <j6t@kdbg.org> | 2019-06-12 18:33:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-12 13:20:56 -0700 |
commit | 7e6d6f7610965906d071022615bf64f14c60c0d2 (patch) | |
tree | a04175fd1059c00b5bb837413d4e46135ce915f5 /builtin/commit.c | |
parent | 8b014655105e27d44cf62f61dd6b24322a57048f (diff) |
mergetool: use shell variable magic instead of `awk`
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>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions