diff options
| author | Sean McGivern <sean@mcgivern.me.uk> | 2017-08-07 08:40:53 +0000 |
|---|---|---|
| committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-08-07 08:40:53 +0000 |
| commit | 9b21668663113e44e467c44b593741b013f44a31 (patch) | |
| tree | d6dc1c9024ebf47a83309205161dcd0998b6fd35 /app | |
| parent | 3a087a00808d273e5e4b878f9715e1e6ea59f6b7 (diff) | |
| parent | 5d775ea39463e8b1d7f4ecb3bb3017fcf94a83c7 (diff) | |
| download | gitlab-ce-9b21668663113e44e467c44b593741b013f44a31.tar.gz | |
Merge branch 'gitaly-renames-annotations' into 'master'
Gitaly deletions and annotations
See merge request !13280
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb index d85782782aa..09b1305739c 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -941,7 +941,7 @@ class Project < ActiveRecord::Base end def repo - repository.raw + repository.rugged end def url_to_repo |
