summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2010-03-20 11:45:58 -0400
committerMichael Trier <mtrier@gmail.com>2010-03-20 11:45:58 -0400
commit7bfca5efce8988e6070e7284bd409d1a731a3fbc (patch)
tree6f44db816731fd2d698a27d1ca34e5c207eac615 /CHANGES
parente3e2c8c14b861b4d4865a9574e812ef9f2609771 (diff)
downloadgitpython-0.1.7.tar.gz
Many small doc changes pulled in from the 0.1.7RC branch.0.1.7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index c82a3071..c876c97b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
=======
CHANGES
=======
-
+
0.1.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
-------
* The test suite now supports Mock 0.5 and above. The transition between Mock 0.4
0.5 changed the API which required adjustments.
-* Many small enhancements done to the method documentation
+* Many small enhancements done to the method documentation
0.1.6
@@ -152,14 +152,14 @@ Git
* Added support for ``stderr``, ``stdin``, and ``with_status``.
-* ``git_dir`` is now optional in the constructor for ``git.Git``. Git now
+* ``git_dir`` is now optional in the constructor for ``git.Git``. Git now
falls back to ``os.getcwd()`` when git_dir is not specified.
-* add a ``with_exceptions`` keyword argument to git commands.
+* add a ``with_exceptions`` keyword argument to git commands.
``GitCommandError`` is raised when the exit status is non-zero.
-* add support for a ``GIT_PYTHON_TRACE`` environment variable.
- ``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through
+* add support for a ``GIT_PYTHON_TRACE`` environment variable.
+ ``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through
the use of an environment variable.
Tree
@@ -175,8 +175,8 @@ Repo
Tree
----
-* Corrected problem with ``Tree.__div__`` not working with zero length files.
- Removed ``__len__`` override and replaced with size instead. Also made size
+* Corrected problem with ``Tree.__div__`` not working with zero length files.
+ Removed ``__len__`` override and replaced with size instead. Also made size
cach properly. This is a breaking change.
0.1.1