# File lib/rubocop/git/options.rb, line 12
      def initialize(hash_options = nil)
        @config  = nil
        @cached  = false
        @hound   = false
        @rubocop = {}
        @commits = []

        from_hash(hash_options) if hash_options
      end