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

Changes for version 1.316

  • ENHANCEMENTS
    • avoid a warning if the filehandles have already been closed (related to System::Command 1.114 'interactive' option)
  • DOCUMENTATION
    • add examples for `git log` and using callbacks with `$r->run` in Git::Repository::Tutorial
  • TESTS
    • git-2.5.2 test suite compatibility fix (Petr Šabata)

Documentation

Control git from Perl using Git::Repository

Modules

Perl interface to Git repositories
Command objects for running git
Base class for Git::Repository plugins
Helper functions for test scripts using Git