11=======
22CHANGES
33=======
4-
4+
550.1.7
66=======
77This 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
1616-------
1717* The test suite now supports Mock 0.5 and above. The transition between Mock 0.4
1818 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
2020
2121
22220.1.6
@@ -152,14 +152,14 @@ Git
152152
153153* Added support for ``stderr``, ``stdin``, and ``with_status``.
154154
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
156156 falls back to ``os.getcwd()`` when git_dir is not specified.
157157
158- * add a ``with_exceptions`` keyword argument to git commands.
158+ * add a ``with_exceptions`` keyword argument to git commands.
159159 ``GitCommandError`` is raised when the exit status is non-zero.
160160
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
163163 the use of an environment variable.
164164
165165Tree
175175
176176Tree
177177----
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
180180 cach properly. This is a breaking change.
181181
1821820.1.1