The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.13 - 2010-10-18

  • ENHANCEMENTS
    • using 'git' as an option of a Git::Repository object now works as expected
    • version() also accepts option hashes
    • plugin system to load new keywords in the Git::Repository namespace
    • Git::Repository::Plugin::Log provides the log() method with the help of Git::Repository::Log and Git::Repository::Log::Iterator (Thanks to Todd Rinaldo and Aristotle Pagaltzis for discussions and ideas about what became the plugin system.)
  • TESTS
    • tested against 120+ versions of git, including all versions of the 1.6.* and 1.7.* branches up until 1.7.3.1

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