From 37aa82ed531ab3948709e80b32f1b061f52c3c1f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 5 Dec 2019 07:48:35 +1100 Subject: [PATCH] fetch_trees: add a hack to get rid of the almost blank "Remote:" lines --- fetch_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_trees b/fetch_trees index 3a43025..4d3871e 100755 --- a/fetch_trees +++ b/fetch_trees @@ -33,7 +33,7 @@ get_field() fetch_git() { - git fetch "$1" + git fetch "$1" 2>&1 | cat } fetch_mmotm() -- 2.39.5