Dist-Zilla-Plugin-Git
view release on metacpan or search on metacpan
- add include_untracked option to Git::GatherDir (christopher madsen)
- add untracked_files option to Git::Check (christopher madsen)
- Dist::Zilla::Role::Git::Repo now provides the git method (christopher madsen)
1.122530 2012-09-09 03:56:01 Europe/Paris
- Git::CommitBuild requires Path::Class 0.22 to get dir->basename
(christopher madsen)
- Git::GatherDir requires Dist::Zilla 4.200016 to get
exclude_filename and exclude_match in GatherDir (christopher madsen)
- fix tests to use "git add -f" instead of "git add --force" for
compatibility with older versions of Git (christopher madsen)
- add 000-report-git-version.t for debugging (christopher madsen)
1.122460 2012-09-02 02:35:25 Europe/Paris
- fix RT#78898 - allow_dirty should not be a regex (christopher madsen)
This was an unintended side-effect of the fix for gh#19 in 1.113220
add tests to check.t so it doesn't recur
1.121820 2012-06-30 05:36:52 Europe/Paris
- require File::Path 2.07 to get make_path (thanks for failing reports, CPAN
Testers!)
1.121811 2012-06-29 17:25:42 Europe/Paris
- fix an interpolation error that broke CommitBuild
1.121810 2012-06-29 03:01:01 Europe/Paris
- uniq the list of files returned by `git ls-files`
1.121800 2012-06-28 04:03:06 Europe/Paris
- Require a newer Git::Wrapper for better portability
1.121770 2012-06-25 16:47:30 Europe/Paris
- CommitBuild: add missing module
1.121750 2012-06-23 19:03:47 Europe/Paris
- CommitBuild: Add build to git directly, bypassing the index (chris weyl)
1.121010 2012-04-10 16:47:39 Europe/Paris
- updated Git::GatherDir plugin to support everything DZ's own GatherDir does
1.120970 2012-04-06 08:56:03 Europe/Paris
- new plugin GatherDir (geoffrey broadwell, ricardo signes)
1.120860 2012-03-26 12:18:38 Europe/Paris
- fix tag-signed.t test on windows (Olivier Mengué)
1.120370 2012-02-06 09:32:58 Europe/Paris
- split version-tags finding logic into own attribute (chris weyl)
1.113560 2011-12-22 09:47:39 Europe/Paris
- make test pass with Archive::Tar:Wrapper (Randy Stauner)
- clean up commit message (Randy Stauner)
1.113220 2011-11-18 09:12:51 Europe/Paris
- fix gh#19 - allow to specify alternate repository root (Mike Friedman)
1.112510 2011-09-08 13:45:01 Europe/Paris
- fix RT#70805 - remove unneeded tmp directory in tarball
1.112500 2011-09-07 08:49:06 Europe/Paris
- fix RT#70742 - tests fail if gpg isn't installed (Mike Doherty)
1.112440 2011-09-01 13:26:02 Europe/Paris
- fix gh#16 - unset git env variables for tag_signed.t
1.112380 2011-08-26 10:41:50 Europe/Paris
- fix RT##55647 - support signed tags (Mike Doherty)
- moved all test corpus to corpus/
- renamed tests to remove leading number
1.112070 2011-07-26 08:46:42 Europe/Paris
- fix gh#13 - supplying default git config
1.112060 2011-07-25 10:25:29 Europe/Paris
- fix RT#66705 - localization of HOME in tests
- fix RT#69616 & RT#69701 - make dzp-git work with Git::Wrapper 0.015
1.111590 2011-06-08 09:43:35 Europe/Paris
- mocks HOME to avoid test failures (David Golden)
1.111460 2011-05-26 14:37:08 Europe/Paris
- fix RT#68474 - Git::NextVersion assumes all tags are version-related (rob@hoelz.ro)
1.110500 2011-02-19 12:43:19 Europe/Paris
- add 'add_files_in' to Commit so you can commit an entire dir (Apocalypse)
If you need the same concept for Check please let us know!
1.110480 2011-02-17 18:03:06 Europe/Paris
- CommitBuild support for release_message (nigel metheringham)
- Also supports %v & %t format tags, more appropriate for message on
commit build of the released package (nigel metheringham)
1.110330 2011-02-02 10:36:33 Europe/Paris
- fix RT#62484 - add a link to Git::NextVersion in main documentation
1.103520 2010-12-18 09:45:57 Europe/Paris
- fix Commit so %t actually works (christopher madsen)
1.103500 2010-12-16 11:44:32 Europe/Paris
- add config & remote options to Init (christopher madsen)
1.103470 2010-12-13 17:32:36 Europe/Paris
- add time_zone option to Tag & Commit (christopher madsen)
It now defaults to your local time. Previous versions always used UTC.
- Tag & Commit accept %t to indicate trial release status (christopher madsen)
- NextVersion resets $/ to guard against misbehaving plugins (alan young)
1.102810 2010-10-08 18:01:32 Europe/Paris
- add Git::NextVersion adapted from BumpVersionFromGit (daGolden)
1.102430 2010-08-31 17:12:24 Europe/Paris
- fix RT#60740 - allow retrieval of applied tag in git (Matt Follett)
1.102380 2010-08-26 09:39:33 Europe/Paris
- fix hang on windows (alexandr ciornii)
1.102090 2010-07-28 14:12:20 Europe/Paris
- initialize a working git config in all tests
1.102040 2010-07-23 10:45:23 Europe/Paris
- fix RT#59587 - cache buildroot to commit on master, not release
( run in 0.517 second using v1.01-cache-2.11-cpan-df04353d9ac )