We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d208cb6 commit 07fc4b1Copy full SHA for 07fc4b1
app/models/changeset.rb
@@ -94,8 +94,8 @@ def author
94
95
def before_create_cs
96
self.committer = self.class.to_utf8(self.committer, repository.repo_log_encoding)
97
- self.comments = self.class.normalize_comments(
98
- self.comments, repository.repo_log_encoding)
+ self.comments =
+ self.class.normalize_comments(self.comments, repository.repo_log_encoding)
99
self.user = repository.find_committer_user(self.committer)
100
end
101
0 commit comments