James Moger
2012-10-28 5b831a0981491cabbbdbb02dba237308947a5e7d
src/com/gitblit/GitFilter.java
@@ -195,7 +195,7 @@
   protected RepositoryModel createRepository(UserModel user, String repository, String action) {
      boolean isPush = !StringUtils.isEmpty(action) && gitReceivePack.equals(action);
      if (isPush) {
         if (user.canCreateOnPush(repository)) {
         if (user.canCreate(repository)) {
            // user is pushing to a new repository
            // validate name
            if (repository.startsWith("../")) {