Move all POD below the code, for ::Repo and ::Project.
[catagits/Gitalist.git] / lib / Gitalist / Git /
2009-12-06 Zachary Stevens Move all POD below the code, for ::Repo and ::Project.
2009-12-06 Tomas Doran Merge remote branch 'zts/master'
2009-12-06 Tomas Doran Small cleanups
2009-12-06 Zachary Stevens Fixes for handling of invalid p param. Don't allow...
2009-11-25 Tomas Doran Make the version number sane and clean up copyright...
2009-11-25 Tomas Doran Fix broken tests for patch as file handle
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 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 Take format from the right parameter, default to tgz...
2009-11-19 Zachary Stevens Minimally working snapshot action.
2009-11-19 Tomas Doran Use anon symbols for safety / reentrancy, no idea if...
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-17 Zachary Stevens Add ::Tag and ::Tree.
2009-11-16 Zachary Stevens Add ::Object::Blob.
2009-11-16 Zachary Stevens Moved additional attributes to :Commit.
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-13 Zachary Stevens Make gpp instance a public attribute.
2009-11-12 Tomas Doran Merge branch 'master' of git://github.com/broquaint...
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 Rename Object->contents to ->content, and delegate...
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 'master' into model-reorg
2009-11-12 Zachary Stevens Merge branch 'master' of git://github.com/broquaint...
2009-11-12 Zachary Stevens Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-12 Zachary Stevens Trivial comment change.
2009-11-12 Dan Brook Fixed bug in where branch links were always pointing at
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 Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-11 Zachary Stevens Part 1 cleanup of ::Project.
2009-11-11 Tomas Doran Don't always build all projects, this can hurt performance
2009-11-11 Tomas Doran Trivial doc fix
2009-11-10 Zachary Stevens Default ::Object attributes tree_sha1 and comment to...
2009-11-10 Zachary Stevens Stop Project->diff() blowing up when no parent is speci...
2009-11-10 Zachary Stevens Big cleanup of ::Repo.
2009-11-10 Zachary Stevens Remove the HasUtils role from Repo.
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-08 Zachary Stevens Fixes to tests and Object's builders.
2009-11-07 Tomas Doran Also fix repo
2009-11-07 Tomas Doran Refactor somewhat
2009-11-07 Tomas Doran Use accessors
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 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-06 Zachary Stevens Fix Object->size.
2009-11-06 Zachary Stevens Gave Repo a method to return a Project.
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-02 bobtfish Kill the nasty shit off, this will be passed in
2009-11-01 Zachary Stevens (trivial) cleanups
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...