James Moger
2011-12-23 31bcbea4c35e29d3b5147d33a41544cb125cf694
src/com/gitblit/models/RepositoryModel.java
@@ -57,6 +57,7 @@
   public String size;
   public List<String> preReceiveScripts;
   public List<String> postReceiveScripts;
   public List<String> mailingLists;
   public RepositoryModel() {
      this("", "", "", new Date(0));