James Moger
2013-11-12 c05da657ec71c46d0e5bc32b074ddcd9d8b76353
src/main/java/com/gitblit/models/RepositoryModel.java
@@ -51,7 +51,6 @@
   public String lastChangeAuthor;
   public boolean hasCommits;
   public boolean showRemoteBranches;
   public boolean useTickets;
   public boolean useDocs;
   public boolean useIncrementalPushTags;
   public String incrementalPushTagPrefix;
@@ -59,7 +58,6 @@
   public AuthorizationControl authorizationControl;
   public boolean allowAuthenticated;
   public boolean isFrozen;
   public boolean showReadme;
   public FederationStrategy federationStrategy;
   public List<String> federationSets;
   public boolean isFederated;
@@ -209,11 +207,9 @@
      clone.accessRestriction = AccessRestrictionType.PUSH;
      clone.authorizationControl = AuthorizationControl.NAMED;
      clone.federationStrategy = federationStrategy;
      clone.showReadme = showReadme;
      clone.showRemoteBranches = false;
      clone.allowForks = false;
      clone.useDocs = useDocs;
      clone.useTickets = useTickets;
      clone.skipSizeCalculation = skipSizeCalculation;
      clone.skipSummaryMetrics = skipSummaryMetrics;
      clone.sparkleshareId = sparkleshareId;