]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/mergetool-optim'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:35 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:35 +0000 (15:25 -0700)
"git mergetool" and its tests now spawn fewer subprocesses.

* js/mergetool-optim:
  mergetool: use shell variable magic instead of `awk`
  mergetool: dissect strings with shell variable magic instead of `expr`
  t7610-mergetool: use test_cmp instead of test $(cat file) = $txt
  t7610-mergetool: do not place pipelines headed by `yes` in subshells


Trivial merge