# File lib/grit/repo.rb, line 645
    def gc_auto
      self.git.gc({:auto => true})
    end