-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathChanges
203 lines (149 loc) · 7.87 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
Revision history for Dist::Zilla::Plugin::Git
{{$NEXT}}
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 ([email protected])
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
branch (yanick champoux)
1.102020 2010-07-21 09:00:46 Europe/Paris
- fix rt#59586 - there should be no release branch by default for git::commitbuild
warning: this changes behaviour of git::commitbuild
1.102010 2010-07-20 11:00:36 Europe/Paris
- fix rt#59505 - support for unstable git versions in push test skips
1.101801 2010-06-29 19:00:13 Europe/Paris
- fix rt#56485 - skip push tests for old git versions
1.101800 2010-06-29 18:36:17 Europe/Paris
- git::commitbuild - new release_branch option to commit result after a
release (yanick champoux)
- git::tag - tag can be applied to a different branch (yanick champoux)
- fix rt#58876 - pod description out of date
1.101680 2010-06-17 17:17:07 Europe/Paris
- fix rt# 58431 - remove git.pm prereq, use git::wrapper (yanick champoux)
1.101650 2010-06-14 16:08:41 Europe/Paris
- basic aftermint plugin to git init while dzil new (jesse luehrs)
- build commits have their original branch as parent (yanick champoux)
1.101330 2010-05-13 19:27:39 Europe/Paris
- git::commit recognizes another changelog format (david golden)
1.101270 2010-05-07 16:56:27 Europe/Paris
- fix brian's name in this file (sorry brian!)
- make CommitBuild log error when build commit fails (michael schout)
1.101230 2010-05-03 17:10:17 Europe/Paris
- support for committing results of build in a separate branch (brian phillips)
- fix test error appearing in weird git configs / setups
1.100970 2010-04-07 08:54:46 Europe/Paris
- simplify multi-value args for @git (christopher madsen)
- Require Dist::Zilla 2 (1.100900 needed DZ2, but didn't say so)
1.100960 2010-04-06 16:59:50 Europe/Paris
- allow pushing to a different branch (graham barr)
- allow multi-value args for @git (graham barr)
- switch to dist-zilla-tester framework for tests (ricardo signes)
1.100900 2010-03-31 10:04:49 Europe/Paris
- use a method modifier to set mvp_multivalue_args in Role::Git::DirtyFiles
(This is required by Dist::Zilla 2.) (christopher madsen)
1.100760 2010-03-17 10:16:56 Europe/Paris
- add a BeforeRelease check in Tag to prevent re-releases (christopher madsen)
- Commit and Push now pass Git's output to log_debug (christopher madsen)
1.100750 2010-03-16 16:25:56 Europe/Paris
- actually use commit_msg (christopher madsen)
- Push now logs before pushing (christopher madsen)
1.100741 2010-03-15 18:48:31 Europe/Paris
- documentation fix for new push_to param
1.100740 2010-03-15 17:28:12 Europe/Paris
- WARNING: parameter "filename" renamed to "changelog"
- let commit message include whitespace to next unindented line (david golden)
- set up remote tracking branch during push testing (david golden)
- remove unnecessary 'filename' arg from Push (david golden)
- add 'push_to' argument to Push for multi-repo pushes (david golden)
- give back user possibility to create lightweight tag, default remains
annotated tags (christopher madsen)
- allow user to change commit message (christopher madsen)
- allow user to specify files allowed to be dirty for check & commit (christopher madsen)
- refactored allow_dirty in dz:role:git:dirtyfiles (christopher madsen)
1.100690 2010-03-10 13:20:37 Europe/Paris
- fix tests to work even when no global git config exists
- refactored commit message generation (christopher madsen)
1.100681 2010-03-09 17:26:14 Europe/Paris
- bumping minimum dzil version requirement
1.100680 2010-03-09 17:07:45 Europe/Paris
- using annotated tags instead of lightweight tags (rt#55352)
- minor pod update
1.100660 2010-03-07 13:41:39 Europe/Paris
- fix tests to work with git 1.7.0
- fix tests to work with current Dist::Zilla (Ricardo Signes)
- provide shorter plugin names to bundle contents (Ricardo Signes)
1.100430 2010-02-12 13:11:39 Europe/Paris
- WARNING: no more makefile.pl supplied, only a build.pl
- using path::class in the tests
1.093410 2009-12-07 09:13:07 Europe/Paris
- require file::path 2.07 for remove_tree
1.093300 2009-11-26 11:02:22 Europe/Paris
- new param tag_format for dzp:git:tag (ricardo signes)
1.093260 2009-11-22 11:35:00 Europe/Paris
- using internal release command instead of spawning external dzil
1.093250 2009-11-21 18:35:55 Europe/Paris
- split plugin in DZP::Git::* (Check, Commit, Tag, Push)
- providing a plugin bundle for all git plugins
1.093240 2009-11-20 18:36:28 Europe/Paris
- original release
- git checks before release: index clean, working copy too, no untracked files
- git actions after release: commit changelog, tag, push