James Moger
2011-12-19 198fa1ef2317f9c532cc9f40c8d54010195e8cbe
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));