Merge branch 'master' of git.onelab.eu:/git/infrastructure
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 28 Jun 2010 12:39:09 +0000 (14:39 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 28 Jun 2010 12:39:09 +0000 (14:39 +0200)
scripts/git-check.sh

index 91fd7d9..c15c3c4 100755 (executable)
@@ -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 ""