Make the version number sane and clean up copyright/license statements everywhere
[catagits/Gitalist.git] / lib / Gitalist / Git / Project.pm
2009-11-25 Tomas Doran Make the version number sane and clean up copyright...
2009-11-20 Dan Brook Added the /tags action.
2009-11-20 Dan Brook Sort out to_utf8 usage.
2009-11-20 Zachary Stevens Correct filename in HTTP response.
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 Minimally working snapshot action.
2009-11-17 Zachary Stevens Add ::Tag and ::Tree.
2009-11-16 Zachary Stevens Add ::Object::Blob.
2009-11-15 Zachary Stevens Introduce ::Object::Commit.
2009-11-14 Zachary Stevens Project->list_tree implementation becomes an access...
2009-11-14 Zachary Stevens Revert change to ->description, as the implementation...
2009-11-14 Zachary Stevens Fix regression finding description for an undescribed...
2009-11-14 Zachary Stevens Tidy syntax.
2009-11-14 Zachary Stevens Relocate diff method from ::Project to ::Object.
2009-11-13 Zachary Stevens Change Project->description to use GPP.
2009-11-12 Zachary Stevens Merge branch 'model-reorg' into tp-intg
2009-11-12 Zachary Stevens Reorganisation of ::Project.
2009-11-12 Zachary Stevens Removed unused methods on Project.
2009-11-12 Zachary Stevens Make Project->heads an attribute.
2009-11-12 Zachary Stevens More tidying of ::Project.
2009-11-12 Zachary Stevens Fixed signature for references.
2009-11-12 Zachary Stevens Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-12 Zachary Stevens Trivial comment change.
2009-11-11 Tomas Doran Some small cleanups in project. Remove a couple of...
2009-11-11 Zachary Stevens Minor POD changes.
2009-11-11 Zachary Stevens ::Project cleaning part 2.
2009-11-11 Zachary Stevens Part 1 cleanup of ::Project.
2009-11-10 Zachary Stevens Stop Project->diff() blowing up when no parent is speci...
2009-11-08 Tomas Doran Add a HasUtils role, so that ::Repo can have utils...
2009-11-08 Zachary Stevens Reverting broken change to ::Project::diff.
2009-11-08 Zachary Stevens Migrated blob to new model, + fixes for some legacy...
2009-11-08 Zachary Stevens Migrate commitdiff action to new model
2009-11-08 Zachary Stevens Migrate search and reflog to new model.
2009-11-08 Zachary Stevens Migrated commit action to new model.
2009-11-08 Zachary Stevens Convert summary page to new model.
2009-11-07 Tomas Doran Refactor somewhat
2009-11-07 Zachary Stevens Converted the 'heads' action to the new model.
2009-11-07 Zachary Stevens Gave ::Project methods to return Objects, and several...
2009-11-06 Tomas Doran Lose some code by not converting to/from path::class...
2009-11-06 Tomas Doran Ewww, trailing whitespace-- (Yes, I am a nazi about...
2009-11-06 Tomas Doran Deal with empty gecos field correctly
2009-11-06 Tomas Doran Extra strictness in ::Project
2009-11-06 Tomas Doran Change from string to bareword types, and add a Maybe...
2009-11-05 Zachary Stevens Project description can be an empty string.
2009-11-04 Zachary Stevens Clean up Root::end action, and properly handle missing...
2009-11-01 Zachary Stevens Make Object aware of its containing repository, and...
2009-11-01 Zachary Stevens cleanups.
2009-11-01 Zachary Stevens Add list_tree method to Project, returning an array of
2009-11-01 Zachary Stevens Added head_hash method to Project, and some test cleanups.
2009-11-01 Zachary Stevens Move nuts and bolts of git access out of the Project...
2009-11-01 Zachary Stevens Start work splitting out Gitalist::Model::Git into...
2009-11-01 Zachary Stevens Make Object aware of its containing repository, and...
2009-11-01 Zachary Stevens cleanups.
2009-11-01 Zachary Stevens Add list_tree method to Project, returning an array of
2009-11-01 Zachary Stevens Added head_hash method to Project, and some test cleanups.
2009-11-01 Zachary Stevens Move nuts and bolts of git access out of the Project...
2009-11-01 Zachary Stevens Start work splitting out Gitalist::Model::Git into...