1Git::PurePerl(3)      User Contributed Perl Documentation     Git::PurePerl(3)
2
3
4

NAME

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

SYNOPSIS

9           my $git = Git::PurePerl->new(
10               directory => '/path/to/git/'
11           );
12           $git->master->committer;
13           $git->master->comment;
14           $git->get_object($git->master->tree);
15

DESCRIPTION

17       This module is a Pure Perl interface to Git repositories.
18
19       It was mostly based on Grit <http://grit.rubyforge.org/>.
20

METHODS

22       master
23       get_object
24       get_object_packed
25       get_object_loose
26       create_object
27       all_sha1s
28

MAINTAINANCE

30       This module is maintained in git at
31       http://github.com/bobtfish/git-pureperl/
32       <http://github.com/bobtfish/git-pureperl/>.
33
34       Patches are welcome, please come speak to one of the Gitalist team on
35       "#gitalist".
36

AUTHOR

38       Leon Brocard <acme@astray.com>
39

CONTRIBUTORS

41       Chris Reinhardt
42       Tomas (t0m) Doran
43       Dan (broquaint) Brook
44       Alex Vandiver
45       Dagfinn Ilmari Mannsaaker
46
48       Copyright (C) 2008, Leon Brocard and the above mentioned contributors.
49

LICENSE

51       This module is free software; you can redistribute it or modify it
52       under the same terms as Perl itself.
53
54
55
56perl v5.12.3                      2011-07-15                  Git::PurePerl(3)
Impressum