bulk_import script doesn't work, creates .git.git repositories
Created by: russss
I've been trying to run the bulk_import script on my existing gitolite repositories directory, which contains bare repositories named [repo].git.
The resulting new repositories directory contains an empty [repo].git repository, and a [repo].git.git repository which is a proper clone of the corresponding repository. Projects in gitlab are named [repo].git as opposed to [repo].
(I'm working on a fix for this now)