James Moger
2011-12-24 f35a9879742c0837625083c3c183b3ee698f6e20
src/com/gitblit/models/RepositoryModel.java
@@ -55,6 +55,9 @@
   public String frequency;
   public String origin;
   public String size;
   public List<String> preReceiveScripts;
   public List<String> postReceiveScripts;
   public List<String> mailingLists;
   public RepositoryModel() {
      this("", "", "", new Date(0));