improve blame api and description to blameline

This commit is contained in:
Sebastian Sdorra
2011-09-22 15:49:28 +02:00
parent 438a2bf77f
commit b903efee62
4 changed files with 40 additions and 9 deletions

View File

@@ -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);