James Moger
2011-12-22 cb57ec6ca96a6da2f5ae697070f3e52d8f940578
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));