GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Git::PurePerl(3) User Contributed Perl Documentation Git::PurePerl(3)

Git::PurePerl - A Pure Perl interface to Git repositories

    my $git = Git::PurePerl->new(
        directory => '/path/to/git/'
    );
    $git->master->committer;
    $git->master->comment;
    $git->get_object($git->master->tree);

This module is a Pure Perl interface to Git repositories.

It was mostly based on Grit <http://grit.rubyforge.org/>.

master
get_object
get_object_packed
get_object_loose
create_object
all_sha1s

This module is maintained in git at <http://github.com/broquaint/git-pureperl/>.

Patches are welcome, please come speak to one of the Gitalist team on "#gitalist".

Leon Brocard <acme@astray.com>

Chris Reinhardt
Tomas (t0m) Doran
Dan (broquaint) Brook
Alex Vandiver
Dagfinn Ilmari Mannsåker

Copyright (C) 2008, Leon Brocard and the above mentioned contributors.

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
2016-09-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.