Commit 3656f6cc authored by Sean McGivern's avatar Sean McGivern

Merge branch 'remove-git-commit-attribute' into 'master'

Remove unused attr_accessor from Gitlab::Git::Commit

See merge request !12311
parents 9f11c147 d66d1263
......@@ -4,7 +4,7 @@ module Gitlab
class Commit
include Gitlab::EncodingHelper
attr_accessor :raw_commit, :head, :refs
attr_accessor :raw_commit, :head
SERIALIZE_KEYS = [
:id, :message, :parent_ids,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment