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