From c892c7d705af40c896e05a0b397c8032173d2644 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 07 Jul 2011 18:04:14 -0400
Subject: [PATCH] Documentation. Noted commit hooks not supported.
---
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 daa15aa..9255956 100644
--- a/src/com/gitblit/utils/PatchFormatter.java
+++ b/src/com/gitblit/utils/PatchFormatter.java
@@ -30,6 +30,12 @@
import com.gitblit.Constants;
+/**
+ * A diff formatter that outputs standard patch content.
+ *
+ * @author James Moger
+ *
+ */
public class PatchFormatter extends DiffFormatter {
private final OutputStream os;
--
Gitblit v1.9.1