Luca Milanesio
2015-09-09 e618eb051246e7941dc2964a5038587c9d45d1d2
src/main/java/com/gitblit/utils/PatchFormatter.java
@@ -32,9 +32,9 @@
/**
 * A diff formatter that outputs standard patch content.
 *
 *
 * @author James Moger
 *
 *
 */
public class PatchFormatter extends DiffFormatter {
@@ -49,6 +49,7 @@
      this.os = os;
   }
   @Override
   public void format(DiffEntry entry) throws IOException {
      currentTouple = new PatchTouple();
      changes.put(entry.getNewPath(), currentTouple);