Changes for version 1.312
- ENHANCEMENTS
- new Git::Repository::Log::Iterator constructors new_from_fh() and new_from_file() to enable dealing with log stream directly
- the new 'fh' attribute to Git::Repository::Log::Iterator provides direct access to the filehandle if needed (see RT #97045)
- TESTS
- update the test bundle
Modules
Class representing git log data
Split a git log stream into records
Add a log() method to Git::Repository