summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-07-16 22:23:45 -0400
committerMichael Trier <mtrier@gmail.com>2008-07-16 22:23:45 -0400
commita9eeebeddaa20d10881ad505cc362a3a391e15b2 (patch)
treeee4198be8ac4eec84946ff721f81571be6173c87
parentbfdf98cadedfa6042117cd7a83952ca2f465d26f (diff)
downloadgitpython-a9eeebeddaa20d10881ad505cc362a3a391e15b2.tar.gz
Cleaned up changes file.
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b2b95fcc..3c336347 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@ CHANGES
* renamed ``git_python`` to ``git``. Be sure to delete all pyc files before
testing.
+Commit
+------
+* Fixed problem with commit stats not working under all conditions.
+
Git
---
* Renamed module to cmd.
@@ -19,8 +23,8 @@ Git
* ``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. ``GitCommandError``
- is raised when the exit status is non-zero.
+* 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