summaryrefslogtreecommitdiffstats
path: root/app/models/repository/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/repository/git.rb')
-rw-r--r--app/models/repository/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb
index a19f38f2a..bd160b3e5 100644
--- a/app/models/repository/git.rb
+++ b/app/models/repository/git.rb
@@ -232,7 +232,7 @@ class Repository::Git < Repository
def heads_from_branches_hash
h = extra_info&.dup || {}
h["branches"] ||= {}
- h['branches'].map{|br, hs| hs['last_scmid']} # rubocop:disable Rails/Pluck
+ h['branches'].map{|br, hs| hs['last_scmid']}
end
def latest_changesets(path, rev, limit=10)