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.24 - 2011-12-26

  • ENHANCEMENTS
    • the command cache for _is_git() is now properly populated when the git option is a command with options (e.g. sudo)
    • _is_git() still finds git when the PATH contains a directory named git in a better position (RT #72154)
    • Fix spelling errors fixed in Debian (RT #73079)
    • Defend against changes to $/ (RT #71621)

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