# File lib/grit/repo.rb, line 424
    def commit(id)
      options = {:max_count => 1}

      Commit.find_all(self, id, options).first
    end