class Git::Log::Result

An immutable collection of commits returned by Git::Log#execute

This object is an Enumerable that contains Git::Object::Commit objects. It provides methods to access the commit data without executing any further git commands.

@api public