James Moger
2011-12-19 916e848bd77cc0a63f083ff48e5a2e4e788e1f51
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> mailRecipients;
   public RepositoryModel() {
      this("", "", "", new Date(0));