# File lib/gitlab_git/repository.rb, line 485
      def branch_names_contains(commit)
        branches_contains(commit).map { |c| c.name }
      end