This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGES | ||
| |
MANIFEST | ||
| |
Makefile.PL | ||
| |
README | ||
| |
lib/ | ||
| |
t/ | ||
| |
test-project-packs.tgz | ||
| |
test-project-packs2.tgz | ||
| |
test-project.tgz |
README
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 <acme@astray.com>
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.








