From 79d9a71a6e69323827398ab04c26fc8979e11612 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 19 Feb 2021 15:50:33 -0500 Subject: Pipe move fetch after apply to /dev/null --- git-fetch-email.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-fetch-email.sh b/git-fetch-email.sh index 485f19d..cb3969c 100644 --- a/git-fetch-email.sh +++ b/git-fetch-email.sh @@ -122,7 +122,7 @@ if [ -n "${apply}" ]; then status=$? if [ $status -eq 0 ] && [ -n "${applyMove}" ]; then move=$applyMove - fetch + fetch >/dev/null fi exit $status else -- cgit 1.4.1