James Moger
2012-01-05 5e8e7ed191aaf72811334b4ba656405932719766
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));