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 <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Imre Deak <[email protected]>
---
 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

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to