acme / git-pureperl
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Mar 13 08:22:04 -0700 2009 | |
| |
CHANGES | Thu Apr 23 09:02:08 -0700 2009 | |
| |
MANIFEST | Tue Apr 21 12:06:28 -0700 2009 | |
| |
Makefile.PL | Tue Apr 21 12:03:27 -0700 2009 | |
| |
README | Fri Feb 06 09:50:23 -0800 2009 | |
| |
lib/ | Thu Apr 23 09:02:08 -0700 2009 | |
| |
t/ | Tue Apr 21 12:37:36 -0700 2009 | |
| |
test-project-packs.tgz | Wed Nov 19 11:15:24 -0800 2008 | |
| |
test-project-packs2.tgz | Wed Nov 19 10:58:39 -0800 2008 | |
| |
test-project.tgz | Wed Nov 19 11:15:24 -0800 2008 |
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.
