From: Junio C Hamano Date: Wed, 26 Apr 2017 06:39:02 +0000 (+0900) Subject: Merge branch 'pc/t2027-git-to-pipe-cleanup' X-Git-Tag: v2.13.0-rc1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da4c6007301ec92f835c2a174efa3168a1626301;p=git Merge branch 'pc/t2027-git-to-pipe-cleanup' Having a git command on the upstream side of a pipe in a test script will hide the exit status from the command, which may cause us to fail to notice a breakage; rewrite tests in a script to avoid this issue. * pc/t2027-git-to-pipe-cleanup: t2027: avoid using pipes --- da4c6007301ec92f835c2a174efa3168a1626301