James Moger
2011-12-29 bc57cd86db78fccf6b981375425d74bab540ad7b
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));