James Moger
2012-10-03 61659013f64750a2bea217eb5e48b5365efe163f
src/com/gitblit/models/RepositoryModel.java
@@ -148,6 +148,10 @@
      return StringUtils.compareRepositoryNames(name, o.name);
   }
   
   public boolean isFork() {
      return !StringUtils.isEmpty(originRepository);
   }
   public boolean isPersonalRepository() {
      return !StringUtils.isEmpty(projectPath) && projectPath.charAt(0) == '~';
   }