From: Stephen Rothwell Date: Wed, 4 Dec 2019 20:48:35 +0000 (+1100) Subject: fetch_trees: add a hack to get rid of the almost blank "Remote:" lines X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=37aa82ed531ab3948709e80b32f1b061f52c3c1f;p=next-scripts fetch_trees: add a hack to get rid of the almost blank "Remote:" lines --- 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()