Gitalist::Git::Object::Commit - Gitalist::Git::Object::Commit documentation


Gitalist documentation  | view source Contained in the Gitalist distribution.

Index


NAME

Top

Gitalist::Git::Object::Commit

SYNOPSIS

Top

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

DESCRIPTION

Top

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

ATTRIBUTES

Top

committer

committed_time

author

authored_time

comment

tree_sha1

parents

parent_sha1

parent_sha1s

METHODS

Top

get_patch

diff

blame

AUTHORS

Top

See Gitalist for authors.

LICENSE

Top

See Gitalist for the license.


Gitalist documentation  | view source Contained in the Gitalist distribution.