James Moger
2011-12-24 367505e9d8ae0f83edff1dc2392c4af1f518b4d5
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));