]> git.ozlabs.org Git - next-scripts/commitdiff
fetch_trees: extra blank Remote: lines seem to have gone
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 12 Feb 2020 20:53:17 +0000 (07:53 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 12 Feb 2020 20:53:17 +0000 (07:53 +1100)
fetch_trees

index 4d3871ec941152723b5774db9e43168100ec05d9..3a43025550e5554ebd9fab941058824d0eac4091 100755 (executable)
@@ -33,7 +33,7 @@ get_field()
 
 fetch_git()
 {
-       git fetch "$1" 2>&1 | cat
+       git fetch "$1"
 }
 
 fetch_mmotm()