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

Changes for version 1.28

  • ENHANCEMENTS
    • disabled colored output from logs in Git::Repository::Log::Iterator
    • wc_path() and repo_path() accessors are deprecated and now warn
    • improved the inter-documentation links by liberal use of L<>
  • TESTS
    • ignore commit hooks that may be included with templates (RT #80593)
    • test for quiet won't fail if no identity is defined (RT #80321)

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