James Moger
2011-11-04 33d8d8b21c5586f1328c8c3e7f6049037ae5fd0d
src/com/gitblit/utils/GitWebDiffFormatter.java
@@ -24,6 +24,12 @@
import org.eclipse.jgit.diff.DiffFormatter;
import org.eclipse.jgit.diff.RawText;
/**
 * Returns an html snippet of the diff in the standard Gitweb style.
 *
 * @author James Moger
 *
 */
public class GitWebDiffFormatter extends DiffFormatter {
   private final OutputStream os;