[Intel-gfx] [dim PATCH 6/7] dim: silence the fetch in dim fixes

Jani Nikula jani.nikula at intel.com
Thu Nov 24 11:20:39 UTC 2016


Messes up copy-pasting the output.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index fded4e669176..fc0bc8e68d2b 100755
--- a/dim
+++ b/dim
@@ -1443,7 +1443,7 @@ function dim_fixes
 			echo "Cc: <stable at vger.kernel.org> # ${tag}+"
 		fi
 	else
-		git fetch $DIM_DRM_INTEL_REMOTE
+		git fetch $DIM_DRM_INTEL_REMOTE >/dev/null
 		# Check whether it's already in a feature pile tag
 		if git merge-base --is-ancestor $sha1 $DIM_DRM_INTEL_REMOTE/drm-intel-next ; then
 			# Make sure we're in the critical window where we might
-- 
2.1.4



More information about the Intel-gfx mailing list