diff options
Diffstat (limited to 'src/com/gitblit/utils/PatchFormatter.java')
-rw-r--r-- | src/com/gitblit/utils/PatchFormatter.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com/gitblit/utils/PatchFormatter.java b/src/com/gitblit/utils/PatchFormatter.java index daa15aae..92559561 100644 --- a/src/com/gitblit/utils/PatchFormatter.java +++ b/src/com/gitblit/utils/PatchFormatter.java @@ -30,6 +30,12 @@ import org.eclipse.jgit.revwalk.RevCommit; import com.gitblit.Constants;
+/**
+ * A diff formatter that outputs standard patch content.
+ *
+ * @author James Moger
+ *
+ */
public class PatchFormatter extends DiffFormatter {
private final OutputStream os;
|