Paul Martin
2016-04-03 cd7e4f9186f2ace4416780a7dd6341e01e23a45f
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);
                  }