From: Barış Metin Date: Mon, 28 Jun 2010 12:39:09 +0000 (+0200) Subject: Merge branch 'master' of git.onelab.eu:/git/infrastructure X-Git-Tag: foo~91 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9d91b3bea641731809289a0830f71ec45aa21750;hp=79f0297d1f6ecce9928c3762a9a756757db10423;p=infrastructure.git Merge branch 'master' of git.onelab.eu:/git/infrastructure --- diff --git a/scripts/git-check.sh b/scripts/git-check.sh index 91fd7d9..c15c3c4 100755 --- a/scripts/git-check.sh +++ b/scripts/git-check.sh @@ -64,7 +64,7 @@ function check_configs () { git config hooks.mailinglist >& /dev/null || { git config hooks.mailinglist git@onelab.eu; echo -n "mailinglist "; } git config hooks.announcelist >& /dev/null || { git config hooks.announcelist git@onelab.eu; echo -n "announcelist "; } git config hooks.envelopesender >& /dev/null || { git config hooks.envelopesender git@onelab.eu; echo -n "envelopesender "; } - git config hooks.emailprefix >& /dev/null|| { git config hooks.emailprefix '[GIT] '; echo -n "emailprefix "; } + git config hooks.emailprefix >& /dev/null || { git config hooks.emailprefix ''; echo -n "emailprefix "; } cd - >& /dev/null done echo ""