James Moger
2011-10-28 c75304637f5535e634e57d4ed933c0fdb594d890
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;