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
- Git::Repository::Tutorial - Control git from Perl using Git::Repository
Modules
- Git::Repository - Perl interface to Git repositories
- Git::Repository::Command - Command objects for running git
- Git::Repository::Plugin - Base class for Git::Repository plugins
- Test::Git - Helper functions for test scripts using Git