James Moger
2012-10-31 70e3d195c738cd190c46754d2d1b0c2eed9a4d4b
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("../")) {