stable

Clone or download

Read-only

Refactoring: Extract sending of emails in dedicated object

Part of story #9892: notify group of people in addition to individuals No functional changes, you should still receive an email after a `git push`. Change-Id: I4f9337c24002bc7adc1de8a34e3a2e9ac41190fb

Modified Files

Name
M plugins/git/hooks/post-receive.php +8 −8 Go to diff View file
M plugins/git/include/Git/Hook/PostReceive.class.php +14 −124 Go to diff View file
A plugins/git/include/Git/Hook/PostReceiveMailSender.php +169 −0 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/tests/Git/Hook/PostReceiveTest.php +2 −3 Go to diff View file