fixing inline pod documentation for the debian package. (missing whatis entry)
[catagits/Gitalist.git] / lib / Gitalist / Git /
2011-07-06 Jonas Genannt fixing inline pod documentation for the debian package...
2011-06-06 Dan Brook Fix for infinite loop bug in blame.
2011-05-23 Dan Brook Add serialization to Gitalist::Git::Object.
2011-05-20 Dan Brook First cut at reintroducing object serialization.
2011-03-13 Dan Brook Simplified Repository BUILDARGS logic.
2011-03-13 Jose Luis Martinez Make get_repository expect already instanced repo
2011-03-09 Jose Luis Martinez Be able to override the autodetected repo name
2011-02-26 Dan Brook Only use first column in whitelist.
2011-02-26 Dan Brook Add the ability to provide a whitelist of repos.
2011-02-26 Dan Brook Add support for export-ok config option.
2011-02-26 Dan Brook Ignore ancient/malformed tags.
2011-02-19 Dan Brook Clearer error message for get_repository.
2011-02-19 Dan Brook Allow top-level directories in the Repo constructor.
2011-02-19 Dan Brook Recursive directory lookup now stops when a repo is...
2010-11-01 Dan Brook Squash warning in Path::Class::Dir from contains()...
2010-11-01 Dipesh Patel Do proper checking of git directories.
2010-11-01 Dipesh Patel Fix broken recursive lookup and add unit tests.
2010-11-01 Dipesh Patel No need for addtional variable.
2010-11-01 Dipesh Patel Few tidy ups on Recursive From Directory.
2010-11-01 Dipesh Patel First pass attempt to recursively search through direct...
2010-10-31 Dan Brook Fix for failing assertion in t/02git_object.t.
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 Commit->sha_by_path now returns an object.
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-10-31 Zachary Stevens Stringify Object instances to their sha1.
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 Revert "Merge remote branch 't0m/json' into json"
2010-08-01 Dan Brook Handle merges in the diff view.
2010-08-01 Dan Brook Added commit object serialization.
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-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 Revert "Merge remote branch 't0m/json' into json"
2010-06-29 Dan Brook Handle merges in the diff view.
2010-06-26 Zachary Stevens Call ->diff on the Commit instance.
2010-06-19 Dan Brook Added commit object serialization.
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-04-09 Dan Brook Fixed src and dst in diff data for files that had been...
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 'less_fugly_uris' of git://github.com...
2010-03-05 Dan Brook Merge branch 'win32' into tmp
2010-03-05 Dan Brook Fix paging links for /shortlog.
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-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-21 Lian Wan Situ Fixes to get FromListOfDirectories working
2009-12-19 Tomas Doran Change to start in IPC::Run for RT#52658
2009-12-19 Tomas Doran More Pod
2009-12-19 Zachary Stevens Change other uses of 'project' to 'repository'.
2009-12-19 Zachary Stevens Rename get_project to get_repository
2009-12-19 Zachary Stevens Rename Project to Repository in stash and templates.
2009-12-19 Zachary Stevens Rename CollectionOfProjects to CollectionOfRepositories.
2009-12-19 Zachary Stevens Rename ::Project to ::Repository
2009-12-18 Zachary Stevens Merge branch 'project_list'
2009-12-18 Zachary Stevens Rename ::Repo to ::CollectionOfProjects::FromDirectory
2009-12-18 Tomas Doran Change to MX::Declare
2009-12-17 Dagfinn Ilmari Man... Fix notabs test
2009-12-17 Dagfinn Ilmari Man... Decode getpwuid values
2009-12-15 Tomas Doran And support a list of directories in the Catalyst model...
2009-12-15 Tomas Doran Initial refactoring to pull a collectionofprojects...
2009-12-15 Tomas Doran Unfuck last commit
2009-12-15 Tomas Doran Change HasUtils to an MX::Declare class
2009-12-13 Zachary Stevens Introduce a SHA1 type.
2009-12-13 Zachary Stevens Improved Repo's POD.
2009-12-13 Zachary Stevens Stop ->_build_project reinventing the wheel.
2009-12-13 Zachary Stevens Rename ->project to ->get_project.
2009-12-08 Zachary Stevens Merge branch 'pod-cleanup'
2009-12-07 Tomas Doran Merge remote branch 'broquaint/frontend-tweaks'
2009-12-07 Tomas Doran Merge remote branch 'zts/pod-cleanup'
2009-12-07 Tomas Doran This appears to stop the gitalist on goatse assploading
2009-12-06 Zachary Stevens Added some more POD for the ::Git::Object classes.
2009-12-06 Zachary Stevens Remove unneeded =cut commands, and various other cleanups.
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...
next