Skip to content
Snippets Groups Projects
Commit 56031276 authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

remove comment attribution

parent 602c3198
No related branches found
No related tags found
No related merge requests found
Loading
@@ -15,7 +15,7 @@ module Gitlab
Loading
@@ -15,7 +15,7 @@ module Gitlab
   
body = EmailReplyTrimmer.trim(body) or return "" body = EmailReplyTrimmer.trim(body) or return ""
   
# [jneen] not using /\s+$/ here because that deletes empty lines # not using /\s+$/ here because that deletes empty lines
body = body.gsub(/[ \t]$/, '') body = body.gsub(/[ \t]$/, '')
   
body.force_encoding(encoding).encode("UTF-8") body.force_encoding(encoding).encode("UTF-8")
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment