# File lib/gitlab_git/commit.rb, line 157
      def short_id(length = 10)
        id.to_s[0..length]
      end