gitlab-org--gitlab-foss/app/serializers/commit_entity.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
86 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class CommitEntity < API::Entities::CommitWithLink
end