src/main/java/com/gitblit/utils/PatchFormatter.java @@ -49,6 +49,7 @@ this.os = os; } @Override public void format(DiffEntry entry) throws IOException { currentTouple = new PatchTouple(); changes.put(entry.getNewPath(), currentTouple);