Fix for infinite loop bug in blame.
[catagits/Gitalist.git] / lib / Gitalist / Git / Object / Commit.pm
2011-06-06 Dan Brook Fix for infinite loop bug in blame.
2010-10-31 Zachary Stevens Commit->sha_by_path now returns an object.
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-08-01 Dan Brook Bumped version and added bootstrap docs.
2010-08-01 Dan Brook Bug fix for merge diffs and a test.
2010-08-01 Dan Brook Handle merges in the diff view.
2010-07-03 Dan Brook Bumped version and added bootstrap docs. 0.002001_01
2010-06-29 Dan Brook Bug fix for merge diffs and a test.
2010-06-29 Dan Brook Handle merges in the diff view.
2010-06-26 Zachary Stevens Call ->diff on the Commit instance.
2010-04-09 Dan Brook Fixed src and dst in diff data for files that had been...
2010-03-05 Dan Brook Fix paging links for /shortlog.
2010-03-01 Dan Brook Fixed the links in the history view.
2009-12-23 Lian Wan Situ Add per line link for previous version of a line in...
2009-12-22 Lian Wan Situ Add per line link for previous version of a line in...
2009-12-19 Zachary Stevens Rename ::Project to ::Repository
2009-12-06 Zachary Stevens Added some more POD for the ::Git::Object classes.
2009-11-25 Tomas Doran Make the version number sane and clean up copyright...
2009-11-20 Dan Brook Fleshed out the /blame action a bit more.
2009-11-20 Dan Brook Initial cut at /blame action.
2009-11-20 Zachary Stevens Moved snapshot method onto Project as both tree and...
2009-11-20 Zachary Stevens Moved snapshot method onto Project as both tree and...
2009-11-19 Zachary Stevens Take format from the right parameter, default to tgz...
2009-11-19 Zachary Stevens Minimally working snapshot action.
2009-11-19 Zachary Stevens Introduce a run_cmd_fh method, to avoid slurping comman...
2009-11-19 Zachary Stevens Rename variables and tidy to (hopefully) improve readab...
2009-11-19 Zachary Stevens Renamed method.
2009-11-19 Zachary Stevens Implement the 'patch' action.
2009-11-18 Zachary Stevens Implement 'patch' action.
2009-11-17 Zachary Stevens Don't bother looking up type - the subclasses know...
2009-11-17 Zachary Stevens Fix commit action.
2009-11-17 Zachary Stevens Move diff method onto Commit object, and tree attribute...
2009-11-16 Zachary Stevens Moved additional attributes to :Commit.
2009-11-15 Zachary Stevens Introduce ::Object::Commit.