From 25cc5fbf78196ba0629f72b4c37ed7f9d3b5eb53 Mon Sep 17 00:00:00 2001 From: Nico Suhl Date: Sat, 26 Apr 2014 03:43:24 +0200 Subject: [PATCH] do not html encode plaintext part of emails for push notifications --- app/views/notify/repository_push_email.text.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notify/repository_push_email.text.haml b/app/views/notify/repository_push_email.text.haml index b8d7fbe..a15b8ef 100644 --- a/app/views/notify/repository_push_email.text.haml +++ b/app/views/notify/repository_push_email.text.haml @@ -17,7 +17,7 @@ Changes: - else = diff.new_path || diff.old_path \===================================== - = diff.diff + != diff.diff \ - if @compare.timeout Huge diff. To prevent performance issues it was hidden -- libgit2 0.21.2