NAME
Git::Gitalist::Object::Commit - Git::Object::Commit module forGit::Gitalist
SYNOPSIS
my $commit = Repository->get_object($commit_sha1);
DESCRIPTION
Represents a commit object in a git repository. Subclass of Git::Gitalist::Object
.
ATTRIBUTES
committer
committed_time
author
authored_time
comment
tree_sha1
parents
parent_sha1
parent_sha1s
METHODS
sha_by_path ($path)
Returns the tree/file sha1 for a given path in a commit.
get_patch
diff
blame
AUTHORS
See Git::Gitalist for authors.
LICENSE
See Git::Gitalist for the license.