Move diff method onto Commit object, and tree attribute into a role.
authorZachary Stevens <zts@cryptocracy.com>
Tue, 17 Nov 2009 00:30:26 +0000 (00:30 +0000)
committerZachary Stevens <zts@cryptocracy.com>
Tue, 17 Nov 2009 00:30:26 +0000 (00:30 +0000)
commit0250a92d428231254a0736f7399e032394d24fa3
tree5333aef24c5e694ff36bdd868c8a3bd3947f4c30
parent467fa7d9d37631fa2a08b1cf371b24e221ab8b7c
Move diff method onto Commit object, and tree attribute into a role.
This doesn't quite work yet...
lib/Gitalist/Git/Object.pm
lib/Gitalist/Git/Object/Commit.pm
lib/Gitalist/Git/Object/HasTree.pm [new file with mode: 0644]
lib/Gitalist/Git/Object/Tree.pm