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

Changes for version 1.17 - 2011-02-01

  • ENHANCEMENTS
    • Git::Repository::Command now uses System::Command internally
  • TESTS
    • skip some tests that needed a specific version of git
    • delete GIT_EDITOR in tests that check it (Nigel Metheringham)
  • BUGS
    • getting a working Win32 implementation is now delegated to System::Command

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