James Moger
2011-12-27 d7905a15bf41df0574bd8613bf16f2d7ef0cb805
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));