summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/JGitUtils.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-14 19:44:47 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-14 19:44:47 -0400
commit155bf78e3377910d29b2c912f58c0f496cb428e8 (patch)
treebe65a3b6276499c914f3a3f0994dfde9956f4dc9 /src/com/gitblit/utils/JGitUtils.java
parentfc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9 (diff)
downloadgitblit-155bf78e3377910d29b2c912f58c0f496cb428e8.tar.gz
gitblit-155bf78e3377910d29b2c912f58c0f496cb428e8.zip
Generate Keys class from gitblit.properties as part of build process.
Diffstat (limited to 'src/com/gitblit/utils/JGitUtils.java')
-rw-r--r--src/com/gitblit/utils/JGitUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/utils/JGitUtils.java b/src/com/gitblit/utils/JGitUtils.java
index 69c46da4..fa313911 100644
--- a/src/com/gitblit/utils/JGitUtils.java
+++ b/src/com/gitblit/utils/JGitUtils.java
@@ -340,11 +340,11 @@ public class JGitUtils {
}
return null;
}
-
+
public static String getCommitPatch(Repository r, RevCommit commit) {
return getCommitPatch(r, commit);
}
-
+
public static String getCommitPatch(Repository r, RevCommit commit, String path) {
try {
final RevWalk rw = new RevWalk(r);