# File lib/grit/repo.rb, line 403 def commit(id) options = {:max_count => 1} Commit.find_all(self, id, options).first end