James Moger
2012-10-30 abcb146f0c4e5c99e5e44349a65e6fd49e9296d9
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("../")) {