# File lib/gitlab_git/commit.rb, line 170 def different_committer? author_name != committer_name || author_email != committer_email end