Florian Zschocke
2013-08-21 b724448b589d60a9a7dda60cf30741048c98e199
src/main/java/com/gitblit/models/RefLogEntry.java
@@ -330,6 +330,9 @@
   }
   public PersonIdent getAuthorIdent() {
      if (getAuthorCount() == 1) {
         return getCommits().get(0).getAuthorIdent();
      }
      return getCommitterIdent();
   }