James Moger
2013-07-22 1c6ba31f066835b0c4251acf12580c8b40c4c91a
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();
   }