Ignore ancient/malformed tags.
authorDan Brook <broq@cpan.org>
Sun, 20 Feb 2011 12:40:57 +0000 (12:40 +0000)
committerDan Brook <broq@cpan.org>
Sat, 26 Feb 2011 17:42:23 +0000 (17:42 +0000)
commit84f30d653a5b503c9e6e1d8784fb2d21db7736c4
tree7b184abc3a75b92155d3b0d6f127aa7f19361531
parent4916e60728a5d9642e45cf6957758f110b94803b
Ignore ancient/malformed tags.

Previously Gitalist::Git::Tag::BUILDARGS would croak when constructing
DateTime for wonky tags i.e d6602ec5194c87b0fc87103ca4d67251c76f233a
(the first tag in the git repo). Now we just ignore them because I
think it's safe to presume they are very much the exception.
lib/Gitalist/Git/Repository.pm
lib/Gitalist/Git/Tag.pm
root/repository/tags.tt2
t/02git_tag.t