Skip to content

Commit 4b1fd35

Browse files
moygitster
authored andcommitted
git-multimail: update to release 1.2.0
The changes are described in CHANGES. Contributions-by: Matthieu Moy <Matthieu.Moy@imag.fr> Contributions-by: Elijah Newren <newren@palantir.com> Contributions-by: Edward d'Auvergne <edward@nmr-relax.com> Contributions-by: Vadim Zeitlin <vadim@zeitlins.org> Contributions-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Contributions-by: Michael Haggerty <mhagger@alum.mit.edu> Contributions-by: Elijah Newren <newren@gmail.com> Contributions-by: Richard Hansen <rhansen@rhansen.org> Contributions-by: Job Snijders <job@instituut.net> Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f5b6079 commit 4b1fd35

File tree

9 files changed

+1218
-226
lines changed

9 files changed

+1218
-226
lines changed

contrib/hooks/multimail/CHANGES

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Release 1.2.0
2+
=============
3+
4+
* It is now possible to exclude some refs (e.g. exclude some branches
5+
or tags). See refFilterDoSendRegex, refFilterDontSendRegex,
6+
refFilterInclusionRegex and refFilterExclusionRegex.
7+
8+
* New commitEmailFormat option which can be set to "html" to generate
9+
simple colorized diffs using HTML for the commit emails.
10+
11+
* git-multimail can now be ran as a Gerrit ref-updated hook, or from
12+
Atlassian BitBucket Server (formerly known as Atlassian Stash).
13+
14+
* The From: field is now more customizeable. It can be set
15+
independently for refchange emails and commit emails (see
16+
fromCommit, fromRefChange). The special values pusher and author can
17+
be used in these configuration variable.
18+
19+
* A new command-line option, --version, was added. The version is also
20+
available in the X-Git-Multimail-Version header of sent emails.
21+
22+
* Set X-Git-NotificationType header to differentiate the various types
23+
of notifications. Current values are: diff, ref_changed_plus_diff,
24+
ref_changed.
25+
26+
* Preliminary support for Python 3. The testsuite passes with Python 3,
27+
but it has not received as much testing as the Python 2 version yet.
28+
29+
* Several encoding-related fixes. UTF-8 characters work in more
30+
situations (but non-ascii characters in email address are still not
31+
supported).
32+
33+
* The testsuite and its documentation has been greatly improved.
34+
35+
Plus all the bugfixes from version 1.1.1.
36+
37+
This version has been tested with Python 2.4 and 2.6 to 3.5, and Git
38+
v1.7.10-406-gdc801e7, git-1.8.2.3 and 2.6.0. Git versions prior to
39+
v1.7.10-406-gdc801e7 probably work, but cannot run the testsuite
40+
properly.
41+
142
Release 1.1.1 (bugfix-only release)
243
===================================
344

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
git-multimail is an open-source project, built by volunteers. We would
2+
welcome your help!
3+
4+
The current maintainers are Michael Haggerty <mhagger@alum.mit.edu>
5+
and Matthieu Moy <matthieu.moy@grenoble-inp.fr>.
6+
7+
Please note that although a copy of git-multimail is distributed in
8+
the "contrib" section of the main Git project, development takes place
9+
in a separate git-multimail repository on GitHub:
10+
11+
https://github.com/git-multimail/git-multimail
12+
13+
Whenever enough changes to git-multimail have accumulated, a new
14+
code-drop of git-multimail will be submitted for inclusion in the Git
15+
project.
16+
17+
We use the GitHub issue tracker to keep track of bugs and feature
18+
requests, and we use GitHub pull requests to exchange patches (though,
19+
if you prefer, you can send patches via the Git mailing list with CC
20+
to the maintainers). Please sign off your patches as per the `Git
21+
project practice
22+
<https://github.com/git/git/blob/master/Documentation/SubmittingPatches#L234>`__.
23+
24+
General discussion of git-multimail can take place on the main Git
25+
mailing list,
26+
27+
git@vger.kernel.org
28+
29+
Please CC emails regarding git-multimail to the maintainers so that we
30+
don't overlook them.

0 commit comments

Comments
 (0)