diff options
author | Johannes Sixt <j6t@kdbg.org> | 2019-06-10 10:58:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-10 10:22:53 -0700 |
commit | b4a04c8f7c4f98dd335dc5ee00059bcd6cfc8b53 (patch) | |
tree | 4447cf93c9c5aea340d1db73c8f15d845aeafb4f /commit.c | |
parent | b697d92f56511e804b8ba20ccbe7bdc85dc66810 (diff) |
t7610-mergetool: do not place pipelines headed by `yes` in subshells
Subshells for pipelines are not required. This can save a number of
processes (if the shell does not optimize it away anyway).
The patch was generated with the command
sed -i 's/( *\(yes.*[^ ]\) *) *\&\&/\1 \&\&/' t7610-mergetool.sh
with a manual fixup of the case having no && at the end.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions