Introduce Gitalist::Git::Head.
authorZachary Stevens <zts@cryptocracy.com>
Sun, 27 Jun 2010 14:42:17 +0000 (15:42 +0100)
committerDan Brook <broq@cpan.org>
Sun, 31 Oct 2010 18:00:14 +0000 (18:00 +0000)
commit03bf0cabd353f1c9a236fba7056633f6bfb806c3
tree487fcee80fa5b08d34f03fc6639b45e0e685318f
parent887b6c70bd7249d0130dbd2d9dacc417385307a1
Introduce Gitalist::Git::Head.

Encapsulates a git head.
Repository->heads is now an ArrayRef of these.
lib/Gitalist/Git/Head.pm [new file with mode: 0644]
lib/Gitalist/Git/Repository.pm
t/02git_Repository.t
t/02git_head.t [new file with mode: 0644]