The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.300

  • ENHANCEMENTS
    • fixed support for overloaded objects (e.g. Path::Class objects) in Git::Repository::Command (RT #82373)
    • fixed Git::Repository::Log::Iterator to work with older gits when disabling colored output (thanks to Dominic Humphries)
    • fixed some cases where Git::Repository::Command and Git::Repository new() methods ignored some of their parameters. They now die when passed ambiguous or unexpected parameters. (follow-up of RT #82373, thanks to Michael G. Schwern)

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