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

Changes for version 1.306

  • DOCUMENTATION
    • document how to run git from cwd in Git::Repository::Tutorial (follow-up of RT #86154, thanks to Daniel B. Boorstein (DANBOO))
    • document how to avoid the translation of Git messages by using LC_ALL=C in Git::Repository::Tutorial
  • TESTS
    • made tests more robust no matter which locale is defined (thanks to Lars Dieckow (DAXIM))

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