@@ -8,6 +8,15 @@ Project page: http://github.com/dokai/gitctl
8
8
Change history
9
9
**************
10
10
11
+ 2.0a8 (2010-04-11)
12
+ ==================
13
+
14
+ - Bound GitPython dependency at version 0.1.7. gitctl is not compatible with
15
+ the newer versions. [dokai]
16
+
17
+ - Added experimental Growl support. You need to have the Growl python
18
+ bindings installed for it to work.
19
+
11
20
2.0a7 (2009-08-03)
12
21
==================
13
22
@@ -24,14 +33,14 @@ Change history
24
33
25
34
2.0a6 (2009-05-27)
26
35
==================
27
-
36
+
28
37
- Refactored the "gitctl pending" command to support only the comparison
29
38
between the pinned down revisions in the externals configuration and the
30
39
HEADs of the production branches. In practice this means the the former
31
40
--production switch is the default behavior and the --production, --staging
32
41
and --dev options have been removed. The refactored "gitctl status"
33
42
replaces the former functionality. [dokai]
34
-
43
+
35
44
- Refactored the "gitctl status" command to give more elaborate information
36
45
about the status of the repository. [dokai]
37
46
@@ -67,14 +76,14 @@ Change history
67
76
- Fixed 'gitctl pending --production' which compared the wrong trees. When
68
77
using pinned down revisions (HEADless working directories) we need to
69
78
always compare against the remote branches. [dokai]
70
-
79
+
71
80
- Fixed a bug in 'gitctl pending' if not all branches were available. [dokai]
72
81
73
82
- Added the '-v' switch to show the version of the gitctl. [dokai]
74
83
75
84
2.0a3 (2008-09-21)
76
85
==================
77
-
86
+
78
87
- Added support for specifying the initial commit message by using
79
88
'gitctl create --message'. [dokai]
80
89
@@ -180,7 +189,7 @@ gitctl.cfg
180
189
181
190
Name of the production branch. The above ``branches `` listing will be made
182
191
to implicitly contain this branch.
183
-
192
+
184
193
``commit-email ``
185
194
186
195
Email address where commit emails will be sent. Only used when creating
@@ -310,7 +319,7 @@ gitctl path
310
319
Outputs the path(s) of the project directories::
311
320
312
321
$ cd /Users/rnd/buildout/
313
- $ gitctl path -f refactoring_these_projects
322
+ $ gitctl path -f refactoring_these_projects
314
323
/Users/rnd/buildout/products/Project1
315
324
/Users/rnd/buildout/products/Project2
316
325
/Users/rnd/buildout/src/Project3
@@ -366,7 +375,7 @@ Dependencies
366
375
367
376
* Git _ >= 1.6
368
377
* argparse _
369
- * GitPython _ >= 0.1.5
378
+ * GitPython _ == 0.1.7
370
379
371
380
.. _Git : http://git-scm.com/
372
381
.. _argparse : http://argparse.python-hosting.com/
0 commit comments