James Moger
2012-01-04 836b117469265beb26e24ff4221aaa6ed64bcdc6
src/com/gitblit/models/RepositoryModel.java
@@ -57,7 +57,7 @@
   public String size;
   public List<String> preReceiveScripts;
   public List<String> postReceiveScripts;
   public List<String> mailRecipients;
   public List<String> mailingLists;
   public RepositoryModel() {
      this("", "", "", new Date(0));