aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/repodef_repo.gl
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mgagit/templates/repodef_repo.gl')
-rw-r--r--deployment/mgagit/templates/repodef_repo.gl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/repodef_repo.gl b/deployment/mgagit/templates/repodef_repo.gl
index ceb523e0..883ded33 100644
--- a/deployment/mgagit/templates/repodef_repo.gl
+++ b/deployment/mgagit/templates/repodef_repo.gl
@@ -5,5 +5,5 @@ repo [% repo %]
config hooks.mailinglist = "sysadmin-commits@ml.mageia.org"
config hooks.emailprefix = "[[% repo %]] "
config hooks.envelopesender = "root@mageia.org"
- config hooks.showrev = "t=%s; echo '-----------------------------------------------------------------------';echo; printf 'http://gitweb.mageia.org/'$GL_REPO'/commit/?id=%%s' $t; echo;echo; git show -C $t; echo"
+ config hooks.showrev = "/usr/local/bin/mgagit-format-commit-email %s"
config gitweb.description = "[% r.repos.$repo.description %]"