Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/git-repository-plugin-log
Add a log() method to Git::Repository
https://github.com/book/git-repository-plugin-log
Last synced: about 1 month ago
JSON representation
Add a log() method to Git::Repository
- Host: GitHub
- URL: https://github.com/book/git-repository-plugin-log
- Owner: book
- Created: 2013-11-01T10:11:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T17:57:18.000Z (about 5 years ago)
- Last Synced: 2024-10-03T12:36:57.425Z (4 months ago)
- Language: Perl
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Git-Repository-Plugin-Log
Git::Repository::Plugin::Log adds a log() method to Git::Repository,
which will return Git::Repository::Log objects representing the commit
information provided by `git log`.SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Git::Repository::Plugin::Log
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-Repository-Plugin-LogAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Git-Repository-Plugin-LogCPAN Ratings
http://cpanratings.perl.org/d/Git-Repository-Plugin-LogSearch CPAN
http://search.cpan.org/dist/Git-Repository-Plugin-LogCOPYRIGHT AND LICENCE
Copyright (C) 2010-2016 Philippe Bruhat (BooK)
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.