# File lib/gitlab_git/commit.rb, line 115
        def decorate(commit, ref = nil)
          Gitlab::Git::Commit.new(commit, ref)
        end