]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4014-format-patch.sh
t4014: drop redirections to /dev/null
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:05:05 +0000 (00:05 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 19:58:52 +0000 (12:58 -0700)
commitf2e2fa8f60d2900bb676fa052e65bcae1f2a8ddb
tree59d6771ca0e4b7467f098ac77310797e1af3d262
parent460609cbd588dce0a5000fc4fae0138d0164e03d
t4014: drop redirections to /dev/null

Since output is silenced when running without `-v` and debugging output
is useful with `-v`, remove redirections to /dev/null as it is not
useful.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh