aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/git_multimail.py
Commit message (Collapse)AuthorAgeFilesLines
* mgagit: Add bug number (forgot to save before commit)Colin Guthrie2014-04-271-1/+1
|
* mgagit: Hopefully work around utf8 encoding issue in emails mga#12374Colin Guthrie2014-04-271-0/+9
|
* mgagit: Update to git_multimail.py e12918c100.Colin Guthrie2014-04-271-23/+104
| | | | | | | | | | 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).
* mgagit: Don't report any error message when no change email address configured.Colin Guthrie2014-04-211-7/+1
| | | | | | | When we will send to the i18n-reports ML info about i18n related changes we will omit the overall summary mail (it's too complext to produce a summary of only i18n changes) and thus we need to squash this error message which will not be nice for those pushing changes.
* mgagit: Add new templates for generationg per-commit notification emails.Colin Guthrie2013-10-061-0/+2458
This uses the git multimail project from upstream revision 3fcd7bffef which is the master revision at the time of writing. It also includes a monkey-patched version which we will use which adds the ability to include links to the gitweb/cgit URL and also links to any supported bugtracker.