Select Git revision
bitbucket_import.rb
Forked from
GitLab.org / GitLab FOSS
15711 commits behind the upstream repository.
-
Douwe Maan authoredDouwe Maan authored
bitbucket_import.rb 102 B
module Gitlab
module BitbucketImport
mattr_accessor :public_key
@public_key = nil
end
end