diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-10-14 22:53:14 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-11-03 14:33:24 -0300 |
commit | fe4874c43d3387aed52d95bc2892b27e551ac7a9 (patch) | |
tree | da885f5b66bb7f09cceea4a6f41e34990343bd3f /app/models/repository.rb | |
parent | dea6d054cdf3082651e356875e4a9225933a2383 (diff) | |
download | gitlab-ce-fe4874c43d3387aed52d95bc2892b27e551ac7a9.tar.gz |
Use Gitlab::Git operations for repository mirroringce-gitlab-git-backport
Diffstat (limited to 'app/models/repository.rb')
-rw-r--r-- | app/models/repository.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/repository.rb b/app/models/repository.rb index 22912980695..69cddb36b2e 100644 --- a/app/models/repository.rb +++ b/app/models/repository.rb @@ -15,7 +15,6 @@ class Repository ].freeze include Gitlab::ShellAdapter - include RepositoryMirroring attr_accessor :full_path, :disk_path, :project, :is_wiki |