Changes for version 1.19 - 2011-06-08
- ENHANCEMENTS
- new final_output() method to Git::Repository::Command, that does the git-specific error checking when collecting the final output
- Git::Repository::Log::Iterator will now properly die/warn when the log command is incorrect (thanks to Lasse Makholm for the bug report and proposed patch)
- Git::Repository::Command now supports an arrayref as the 'git' option value, thus allowing calling wrappers like sudo (thanks to Dominic Humphries for the initial patch)
- DOCUMENTATION
- moved the HOWTO part of the doc to Git::Repository::Tutorial
Documentation
Control git from Perl using Git::Repository
Modules
Perl interface to Git repositories
Command objects for running git
Class representing git log data
Split a git log stream into records
Base class for Git::Repository plugins
Add a log() method to Git::Repository
Helper functions for test scripts using Git