James Moger
2011-12-19 4bd2037edddbf444ac9817e9d14710be45850a10
src/com/gitblit/models/RepositoryModel.java
@@ -57,6 +57,7 @@
   public String size;
   public List<String> preReceiveScripts;
   public List<String> postReceiveScripts;
   public List<String> mailRecipients;
   public RepositoryModel() {
      this("", "", "", new Date(0));