# File lib/grit/git.rb, line 9
      def initialize(command = nil, bytes_read = nil)
        @command = command
        @bytes_read = bytes_read
      end