stable

Clone or download

Read-only

story #8340: Git service can send truncated notifications

Change-Id: Ief60242e225f1a32da9e35a39928671989be1fa6

Modified Files

Name
M plugins/git/hooks/post-receive-email +6 −31 Go to diff View file
M plugins/git/hooks/post-receive.php +8 −5 Go to diff View file
M plugins/git/include/Git/Hook/PostReceive.class.php +48 −11 Go to diff View file
M plugins/git/include/GitRepository.class.php +9 −3 Go to diff View file
M plugins/git/include/gitPlugin.class.php +10 −0 Go to diff View file
M plugins/git/tests/Git/Hook/PostReceiveTest.php +22 −15 Go to diff View file