Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 05 Apr 2011 23:27:54
Message-Id: d90006bf085500ee3b53310fdeda675cd5e33272.scarabeus@gentoo
1 commit: d90006bf085500ee3b53310fdeda675cd5e33272
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 23:24:47 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 23:27:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d90006bf
7
8 [git-2] Do not print the diff twice so quiet the update command.
9
10 ---
11 eclass/git-2.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
15 index 5b46ec6..4d17266 100644
16 --- a/eclass/git-2.eclass
17 +++ b/eclass/git-2.eclass
18 @@ -274,7 +274,7 @@ git-2_update_repo() {
19 git config remote.origin.url "${repo_uri}"
20
21 debug-print "${EGIT_UPDATE_CMD} ${EGIT_OPTIONS}"
22 - ${EGIT_UPDATE_CMD} ${EGIT_OPTIONS}
23 + ${EGIT_UPDATE_CMD} ${EGIT_OPTIONS} > /dev/null
24
25 if [[ $? -eq 0 ]]; then
26 # global variable containing the repo_name we will be using