public PersonIdent getAuthorIdent() {\r
return commit.getAuthorIdent();\r
}\r
- \r
+\r
+ public PersonIdent getCommitterIdent() {\r
+ return commit.getCommitterIdent();\r
+ }\r
+\r
@Override\r
public boolean equals(Object o) {\r
if (o instanceof RepositoryCommit) {\r
final RepositoryCommit commit = item.getModelObject();\r
Fragment fragment = new Fragment("commit", "commitFragment", this);\r
\r
- // time of day\r
- fragment.add(WicketUtils.createTimeLabel("time", commit.getAuthorIdent()\r
+ // commit time of day\r
+ fragment.add(WicketUtils.createTimeLabel("time", commit.getCommitterIdent()\r
.getWhen(), getTimeZone()));\r
\r
// avatar\r