Revision history for GitStore 0.17 2015-02-08 [BUG FIXES] - Tweak test as cloning was reported as a failure. [STATISTICS] - code churn: 2 files changed, 12 insertions(+), 5 deletions(-) 0.16 2015-02-07 [ENHANCEMENTS] - add exist() method. - add create() function. [STATISTICS] - code churn: 11 files changed, 146 insertions(+), 64 deletions(-) 0.15 2013-05-16 [ENHANCEMENTS] - add MooseX::Storage::IO::GitStore [STATISTICS] - code churn: 4 files changed, 160 insertions(+), 3 deletions(-) 0.14 2013-05-16 [ENHANCEMENTS] - serialization is now configurable. - new 'autocommit' attribute. [STATISTICS] - code churn: 7 files changed, 214 insertions(+), 26 deletions(-) 0.13 2012-11-11 [NEW FEATURES] - New get_revision() method. [STATISTICS] - code churn: 4 files changed, 67 insertions(+), 7 deletions(-) 0.12 2012-11-04 [NEW FEATURES] - New list() method to list entries. 0.11 2012-06-24 [BUG FIXES] - files with directories where saved as filename '/foo/bar.txt' instead of file 'bar.txt' in a directory 'foo'. Caused problems if dealing with a generic git repository. [STATISTICS] - code churn: 7 files changed, 236 insertions(+), 84 deletions(-) 0.10 2012-06-17 [BUG FIXES] - Prevents GitStore from dying if all files are deleted from the repository. - Leading '/' in files passed to 'set()', 'get()' and 'delete()' are removed, as they are not valid Git paths. https://github.com/fayland/perl-git-store/issues/2, thanks to Chris Forbes for reporting. 0.09 2012-06-07 [ENHANCEMENTS] - Ported all uses of Git::Repository to Git::PurePerl 0.08 2012-06-05 - Add history() method. 0.07 2010-07-23 - fix the commits such that they don't clobber their branch anymore. 0.06 2010-03-03 - Change the way author is handled to work with new version of Git::PurePerl::NewObject::Commit. 0.05 2009-03-16 - fix commit date by time() - fix commit author/committer by configurable author 0.04 2009-03-16 - FAQ doc 0.03 2009-03-14 - big bug fix because I used Git::PurePerl wrong, thanks for acme 0.02 2009-03-14 - fix broken CPAN dist 0.01 2009-03-14 - First version, released on an unsuspecting world.