- 
                Notifications
    You must be signed in to change notification settings 
- Fork 24
A Pure Perl interface to Git repositories
acme/git-pureperl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NAME
    Git::PurePerl - A Pure Perl interface to Git repositories
SYNOPSIS
        my $git = Git::PurePerl->new(
            directory => '/path/to/git/'
        );
        $git->master->committer;
        $git->master->comment;
        $git->get_object($git->master->tree);
DESCRIPTION
    This module is a Pure Perl interface to Git repositories.
    It was mostly based on Grit <http://grit.rubyforge.org/>.
METHODS
    master
    get_object
    get_object_packed
    get_object_loose
    create_object
    all_sha1s
AUTHOR
    Leon Brocard <[email protected]>
COPYRIGHT
    Copyright (C) 2008, Leon Brocard.
LICENSE
    This module is free software; you can redistribute it or modify it under
    the same terms as Perl itself.
About
A Pure Perl interface to Git repositories
Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published