Skip to content

Commit 5b1d901

Browse files
moygitster
authored andcommitted
git-multimail: update to release 1.1.0
The changes are described in CHANGES. Contributions-by: Matthieu Moy <[email protected]> Contributions-by: Richard Hansen <[email protected]> Contributions-by: Michael Haggerty <[email protected]> Contributions-by: Elijah Newren <[email protected]> Contributions-by: Luke Mewburn <[email protected]> Contributions-by: Dave Boutcher <[email protected]> Contributions-by: Azat Khuzhin <[email protected]> Contributions-by: Sebastian Schuberth <[email protected]> Contributions-by: Mikko Johannes Koivunalho <[email protected]> Contributions-by: Elijah Newren <[email protected]> Contributions-by: Benoît Ryder <[email protected]> Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 16da57c commit 5b1d901

File tree

6 files changed

+1017
-326
lines changed

6 files changed

+1017
-326
lines changed

contrib/hooks/multimail/CHANGES

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
Release 1.1.0
2+
=============
3+
4+
* When a single commit is pushed, omit the reference changed email.
5+
Set multimailhook.combineWhenSingleCommit to false to disable this
6+
new feature.
7+
8+
* In gitolite environments, the pusher's email address can be used as
9+
the From address by creating a specially formatted comment block in
10+
gitolite.conf (see multimailhook.from in README).
11+
12+
* Support for SMTP authentication and SSL/TLS encryption was added,
13+
see smtpUser, smtpPass, smtpEncryption in README.
14+
15+
* A new option scanCommitForCc was added to allow git-multimail to
16+
search the commit message for 'Cc: ...' lines, and add the
17+
corresponding emails in Cc.
18+
19+
* If $USER is not set, use the variable $USERNAME. This is needed on
20+
Windows platform to recognize the pusher.
21+
22+
* The emailPrefix variable can now be set to an empty string to remove
23+
the prefix.
24+
25+
* A short tutorial was added in doc/gitolite.rst to set up
26+
git-multimail with gitolite.
27+
28+
* The post-receive file was renamed to post-receive.example. It has
29+
always been an example (the standard way to call git-multimail is to
30+
call git_multimail.py), but it was unclear to many users.
31+
32+
* A new refchangeShowGraph option was added to make it possible to
33+
include both a graph and a log in the summary emails. The options
34+
to control the graph formatting can be set via the new graphOpts
35+
option.
36+
37+
* New option --force-send was added to disable new commit detection
38+
for update hook. One use-case is to run git_multimail.py after
39+
running "git fetch" to send emails about commits that have just been
40+
fetched (the detection of new commits was unreliable in this mode).
41+
42+
* The testing infrastructure was considerably improved (continuous
43+
integration with travis-ci, automatic check of PEP8 and RST syntax,
44+
many improvements to the test scripts).
45+
46+
This version has been tested with Python 2.4 to 2.7, and Git 1.7.1 to
47+
2.4.
48+
149
Release 1.0.0
250
=============
351

0 commit comments

Comments
 (0)