1
1
=======
2
2
CHANGES
3
3
=======
4
-
4
+
5
5
0.1.7
6
6
=======
7
7
This is a bugfix release and the last of its kind in 0.1.X, as 0.2.X will receive
@@ -16,7 +16,7 @@ General
16
16
-------
17
17
* The test suite now supports Mock 0.5 and above. The transition between Mock 0.4
18
18
0.5 changed the API which required adjustments.
19
- * Many small enhancements done to the method documentation
19
+ * Many small enhancements done to the method documentation
20
20
21
21
22
22
0.1.6
@@ -152,14 +152,14 @@ Git
152
152
153
153
* Added support for ``stderr``, ``stdin``, and ``with_status``.
154
154
155
- * ``git_dir`` is now optional in the constructor for ``git.Git``. Git now
155
+ * ``git_dir`` is now optional in the constructor for ``git.Git``. Git now
156
156
falls back to ``os.getcwd()`` when git_dir is not specified.
157
157
158
- * add a ``with_exceptions`` keyword argument to git commands.
158
+ * add a ``with_exceptions`` keyword argument to git commands.
159
159
``GitCommandError`` is raised when the exit status is non-zero.
160
160
161
- * add support for a ``GIT_PYTHON_TRACE`` environment variable.
162
- ``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through
161
+ * add support for a ``GIT_PYTHON_TRACE`` environment variable.
162
+ ``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through
163
163
the use of an environment variable.
164
164
165
165
Tree
175
175
176
176
Tree
177
177
----
178
- * Corrected problem with ``Tree.__div__`` not working with zero length files.
179
- Removed ``__len__`` override and replaced with size instead. Also made size
178
+ * Corrected problem with ``Tree.__div__`` not working with zero length files.
179
+ Removed ``__len__`` override and replaced with size instead. Also made size
180
180
cach properly. This is a breaking change.
181
181
182
182
0.1.1
0 commit comments