Revision history for Git-Repository-Plugin-Log
Git::Repository::Plugin::Log and support modules used to be packaged
in the Git-Repository distribution from version 1.13 (which introduced
capability to write plugins) to 1.308. For earlier history, please
consult the changelog for that distribution.
1.312 Wed Jul 23 2014
[ENHANCEMENTS]
- new Git::Repository::Log::Iterator constructors new_from_fh() and
new_from_file() to enable dealing with log stream directly
- the new 'fh' attribute to Git::Repository::Log::Iterator provides
direct access to the filehandle if needed (see RT #97045)
[TESTS]
- update the test bundle
1.311 Fri Apr 25 2014
[TESTS]
- output the git version, to help debug FAIL reports
- change the test bundle to use "SJIS" instead of "shift-jis" encoding
[DOCUMENTATION]
- simplify the titles when documenting methods and functions
1.310 Tue Nov 5 2013
[ENHANCEMENTS]
- Git::Repository::Log now properly handles commits where the
author or committer name is empty
1.309 Sun Nov 3 2013
[ENHANCEMENTS]
- the mergetag key is now an array reference, to support
commits with multiple mergetag headers
[TESTS]
- tested using a bundle containing several very special cases
(see http://github.com/book/git-test-repo-tool/)
[PACKAGING]
- split into its own distribution as of Git-Repository 1.309
(and Git-Repository-Plugin-Log 1.309)