The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Git::Gitalist - An interface to git influenced by Gitalist

SYNOPSIS

my $repository = Git::Gitalist::Repository->new('some-repo/.git');
$repository->name; # 'Some-Repo'
$repository->path; # 'some-repo/.git'

SEE ALSO

This is just a convenience class for use and distribution reasons, the real docs are in the classes further down the namespace.

Git::Gitalist::Repository

Git::Gitalist::Object::Commit

AUTHORS AND COPYRIGHT

© 2014 Dan Brook <dan@broquaint.com>
Gitalist:
© 2009 Venda Ltd and Dan Brook <broq@cpan.org>
© 2009, Tom Doran <bobtfish@bobtfish.net>
© 2009, Zac Stevens <zts@cryptocracy.com>
gitweb.cgi components from which Gitalist was derived:
© 2005-2006, Kay Sievers <kay.sievers@vrfy.org>
© 2005, Christian Gierke
© 2008, Florian Ragwitz

LICENSE

Licensed under GNU GPL v2