# File lib/grit/index.rb, line 24
    def initialize(repo)
      self.repo = repo
      self.tree = {}
      self.current_tree = nil
    end