mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
improve blame api and description to blameline
This commit is contained in:
@@ -133,6 +133,9 @@ public class GitBlameViewer implements BlameViewer
|
||||
author.getEmailAddress()));
|
||||
|
||||
RevCommit commit = gitBlameResult.getSourceCommit(i);
|
||||
|
||||
blameLine.setDescription(commit.getShortMessage());
|
||||
|
||||
long when = GitUtil.getCommitTime(commit);
|
||||
|
||||
blameLine.setWhen(when);
|
||||
|
||||
Reference in New Issue
Block a user