James Moger
2016-01-25 252dc07d7f85cc344b5919bb7c6166ef84b2102e
src/main/java/com/gitblit/wicket/panels/HistoryPanel.java
@@ -109,7 +109,7 @@
               tw.setFilter(PathFilterGroup.createFromStrings(Collections.singleton(path)));
               while (tw.next()) {
                  if (tw.getPathString().equals(path)) {
                     matchingPath = new PathChangeModel(tw.getPathString(), tw.getPathString(), 0, tw
                     matchingPath = new PathChangeModel(tw.getPathString(), tw.getPathString(), null, 0, tw
                        .getRawMode(0), tw.getObjectId(0).getName(), commit.getId().getName(),
                        ChangeType.MODIFY);
                  }