James Moger
2013-05-15 366bec6ae90ef4adadb5df0e2e9232ba7b954f8e
src/main/java/com/gitblit/models/RepositoryModel.java
@@ -50,6 +50,8 @@
   public boolean showRemoteBranches;
   public boolean useTickets;
   public boolean useDocs;
   public boolean useIncrementalPushTags;
   public String incrementalPushTagPrefix;
   public AccessRestrictionType accessRestriction;
   public AuthorizationControl authorizationControl;
   public boolean allowAuthenticated;
@@ -99,6 +101,7 @@
      this.federationStrategy = FederationStrategy.FEDERATE_THIS;   
      this.projectPath = StringUtils.getFirstPathElement(name);
      this.owners = new ArrayList<String>();
      this.isBare = true;
      
      addOwner(owner);
   }