James Moger
2011-04-15 072643f0b4b808d7fdf4cb73c65045e3b034dad8
src/com/gitblit/utils/JGitUtils.java
@@ -340,11 +340,11 @@
      }
      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);