Florian Zschocke
2013-07-10 cb946fa57e9dd4ca0853f079331c73dc0331c1e7
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();
   }