From d90006bf085500ee3b53310fdeda675cd5e33272 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 6 Apr 2011 01:24:47 +0200 Subject: [git-2] Do not print the diff twice so quiet the update command. --- eclass/git-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/git-2.eclass') diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 5b46ec6770d..4d17266e338 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -274,7 +274,7 @@ git-2_update_repo() { git config remote.origin.url "${repo_uri}" debug-print "${EGIT_UPDATE_CMD} ${EGIT_OPTIONS}" - ${EGIT_UPDATE_CMD} ${EGIT_OPTIONS} + ${EGIT_UPDATE_CMD} ${EGIT_OPTIONS} > /dev/null if [[ $? -eq 0 ]]; then # global variable containing the repo_name we will be using -- cgit v1.2.3