aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/gitolite.rc
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-04-27 12:07:59 +0000
committerColin Guthrie <colin@mageia.org>2014-04-27 12:07:59 +0000
commit51687287fee8f0ef6de8ce9f22188761a79c0b5e (patch)
treea4d886c23da8d1359935bfbc8f09b907b455b65e /deployment/mgagit/templates/gitolite.rc
parent6c0645888f27dd95fb830eace8913187d24dc174 (diff)
downloadpuppet-51687287fee8f0ef6de8ce9f22188761a79c0b5e.tar
puppet-51687287fee8f0ef6de8ce9f22188761a79c0b5e.tar.gz
puppet-51687287fee8f0ef6de8ce9f22188761a79c0b5e.tar.bz2
puppet-51687287fee8f0ef6de8ce9f22188761a79c0b5e.tar.xz
puppet-51687287fee8f0ef6de8ce9f22188761a79c0b5e.zip
mgagit: Update to git_multimail.py e12918c100.
This is from https://github.com/mhagger/git-multimail I've reapplied my changes which avoid some unnecessary error messages when the summary email address is not configured (used for i18n mails). The notable change is to synthesise dates in emails to hopefully fix ordering in email clients (i.e. with multi-commit pushes).
Diffstat (limited to 'deployment/mgagit/templates/gitolite.rc')
-rw-r--r--deployment/mgagit/templates/gitolite.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/gitolite.rc b/deployment/mgagit/templates/gitolite.rc
index e1a3d92d..07bbc244 100644
--- a/deployment/mgagit/templates/gitolite.rc
+++ b/deployment/mgagit/templates/gitolite.rc
@@ -21,7 +21,7 @@
UMASK => 0022,
# look for "git-config" in the documentation
- GIT_CONFIG_KEYS => 'gitweb\.description gitweb\.owner multimailhook\.mailinglist multimailhook\.emailDomain multimailhook\.envelopeSender',
+ GIT_CONFIG_KEYS => 'gitweb\.description gitweb\.owner multimailhook\.mailingList multimailhook\.emailDomain multimailhook\.envelopeSender',
# comment out if you don't need all the extra detail in the logfile
LOG_EXTRA => 1,