Changes for version 1.305
- DOCUMENTATION
- list the 'fatal' option in the documentation for run()
- TESTS
- various fixes for t/24-errors.t (mostly for Win32, thanks to Christian Walde (MITHALDU))
Documentation
- Git::Repository::Tutorial - Control git from Perl using Git::Repository
Modules
- Git::Repository - Perl interface to Git repositories
- Git::Repository::Command - Command objects for running git
- Git::Repository::Log - Class representing git log data
- Git::Repository::Log::Iterator - Split a git log stream into records
- Git::Repository::Plugin - Base class for Git::Repository plugins
- Git::Repository::Plugin::Log - Add a log() method to Git::Repository
- Test::Git - Helper functions for test scripts using Git