[Intel-gfx] [dim PATCH v2 7/7] dim: unify rebuild fetch/merge messages

Jani Nikula jani.nikula at intel.com
Thu Nov 24 15:32:40 UTC 2016


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 69c22f6206f0..2b58a0cd7ddc 100755
--- a/dim
+++ b/dim
@@ -420,7 +420,7 @@ function dim_rebuild_tip
 	for repo in "${!drm_tip_repos[@]}"; do
 		url=${drm_tip_repos[$repo]}
 		remote=$(url_to_remote $url)
-		echo -n "Fetching $repo (as $remote) ... "
+		echo -n "Fetching $repo (local remote $remote)... "
 		# git fetch returns 128 if there's nothing to be fetched
 		git fetch -q $remote || true
 		echo "Done."
-- 
2.1.4



More information about the Intel-gfx mailing list