The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    use Git::Gitalist;
    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

  Model based on http://github.com/rafl/gitweb
    © 2008, Florian Ragwitz

LICENSE

Licensed under GNU GPL v2