Paul Martin
2015-12-25 46f33f87750573713509fbdbd0fc2ae51dc12044
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);
                  }