summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-07-20 09:46:16 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-07-20 09:46:16 +0000
commite7980d7f4c3574a12b3918910f6de837111afd4b (patch)
treed7f63e78823b56290f948571bf928c2b6a17156b /app
parent3aba31d6fa58bd61f99cdfb7f1c20f24832c80b0 (diff)
downloadredmine-e7980d7f4c3574a12b3918910f6de837111afd4b.tar.gz
redmine-e7980d7f4c3574a12b3918910f6de837111afd4b.zip
Merged r22910, r22924, r22928 and r22929 from trunk to 5.1-stable (#40948).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22940 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/models/repository/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb
index 9637702ab..b6b3c8336 100644
--- a/app/models/repository/git.rb
+++ b/app/models/repository/git.rb
@@ -219,7 +219,7 @@ class Repository::Git < Repository
:repository => self,
:revision => rev.identifier,
:scmid => rev.scmid,
- :committer => rev.author,
+ :committer => rev.author.truncate(255),
:committed_on => rev.time,
:comments => rev.message,
:parents => parents