Mrbytes
2012-10-04 02c1e298dc86f69b3e2a7b37048152ea55b3fa8c
src/com/gitblit/models/RepositoryModel.java
@@ -152,6 +152,10 @@
      return !StringUtils.isEmpty(originRepository);
   }
   
   public boolean isOwner(String username) {
      return owner != null && username != null && owner.equalsIgnoreCase(username);
   }
   public boolean isPersonalRepository() {
      return !StringUtils.isEmpty(projectPath) && projectPath.charAt(0) == '~';
   }