Unfuck DateTime type with newer MX::Types
[catagits/Gitalist.git] / lib / Gitalist / Git / Repository.pm
2011-11-09 Tomas Doran Unfuck DateTime type with newer MX::Types
2011-07-13 Christian Walde I18N::Langinfo is not available on Win32
2011-05-20 Dan Brook First cut at reintroducing object serialization.
2011-03-13 Dan Brook Simplified Repository BUILDARGS logic.
2011-03-09 Jose Luis Martinez Be able to override the autodetected repo name
2011-02-26 Dan Brook Ignore ancient/malformed tags.
2011-02-19 Dan Brook Allow top-level directories in the Repo constructor.
2010-10-31 Zachary Stevens Introduce Gitalist::Git::Tag.
2010-10-31 Zachary Stevens Create Head instances from unparsed git output.
2010-10-31 Zachary Stevens Introduce Gitalist::Git::Head.
2010-10-31 Zachary Stevens Remove Repository->get_object_or_head.
2010-10-31 Zachary Stevens Remove Repository->list_tree.
2010-10-31 Zachary Stevens Move Repository->hash_by_path to Commit->sha_by_path.
2010-10-31 Zachary Stevens Clean hash_by_path's signature.
2010-08-01 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-08-01 Dan Brook Fixed failing Content-Type tests.
2010-08-01 Dan Brook A few fixes to get the JSON test working.
2010-08-01 Tomas Doran The heads aren't real objects, just a data structure...
2010-08-01 Tomas Doran Add a trivial test
2010-08-01 Tomas Doran Do the correct thing with type contraints etc to be...
2010-08-01 Tomas Doran Add the serializeable role everywhere
2010-06-29 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-06-26 Zachary Stevens Call ->diff on the Commit instance.
2010-06-19 Dan Brook Fixed failing Content-Type tests.
2010-06-19 Dan Brook A few fixes to get the JSON test working.
2010-06-19 Tomas Doran The heads aren't real objects, just a data structure...
2010-06-19 Tomas Doran Add a trivial test
2010-06-19 Tomas Doran Do the correct thing with type contraints etc to be...
2010-06-19 Tomas Doran Add the serializeable role everywhere
2010-06-02 Tomas Doran Bye bye MX::MultiMethods
2010-04-14 Dan Brook Fixed bug where C<-T>/C<-B> were being called on strings.
2010-03-29 Dan Brook A series of reverts involving win32 related hacks.
2010-03-06 Dan Brook Further win32 related hacks.
2010-03-05 Dan Brook Merge branch 'win32' into tmp
2010-03-01 Dan Brook Fixed the links in the history view.
2010-01-24 Tomas Doran Make /<sha1>/ also work for /<head of branch>/..
2010-01-23 Dan Brook Merge branch 'master' into win32
2010-01-23 Dan Brook Unnamed repos now have a better unnamed default, thanks...
2010-01-20 Dan Brook Abstracted kludges a little more.
2010-01-20 Dan Brook Two kludges to get Gitalist *running* on Strawberry...
2009-12-19 Zachary Stevens Change other uses of 'project' to 'repository'.
2009-12-19 Zachary Stevens Rename Project to Repository in stash and templates.
2009-12-19 Zachary Stevens Rename ::Project to ::Repository