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

NAME

Gitalist::Git::Object::Commit

SYNOPSIS

    my $commit = Repository->get_object($commit_sha1);

DESCRIPTION

Represents a commit object in a git repository. Subclass of Gitalist::Git::Object.

ATTRIBUTES

committer

committed_time

author

authored_time

comment

tree_sha1

parents

parent_sha1

parent_sha1s

METHODS

get_patch

diff

blame

AUTHORS

See Gitalist for authors.

LICENSE

See Gitalist for the license.