James Moger
2012-01-04 df162cdbdfeb5fbf5500546c9783e1685be6980f
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));