[Intel-gfx] [PATCH] dim: Suppress output of git pull into the rerere-cache branch

Imre Deak imre.deak at intel.com
Fri Jul 21 19:41:44 UTC 2017


The output of git pull into the rr-cache branch isn't really
interesting, so suppress it like during the rest of rr-cache
branch maintenance commands.

Cc: Jani Nikula <jani.nikula at intel.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Signed-off-by: Imre Deak <imre.deak at intel.com>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index 6ba2c085be16..dca73687b69e 100755
--- a/dim
+++ b/dim
@@ -496,7 +496,7 @@ function update_rerere_cache
 	echo -n "Updating rerere cache... "
 
 	cd $DIM_PREFIX/drm-rerere/
-	git pull
+	git pull &> /dev/null
 	mkdir $(rr_cache_dir) &> /dev/null || true
 	cp rr-cache/* $(rr_cache_dir) -r --preserve=timestamps
 	cd - > /dev/null
-- 
2.13.2



More information about the Intel-gfx mailing list