diff options
author | Michael Trier <mtrier@gmail.com> | 2008-07-16 22:23:45 -0400 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-07-16 22:23:45 -0400 |
commit | a9eeebeddaa20d10881ad505cc362a3a391e15b2 (patch) | |
tree | ee4198be8ac4eec84946ff721f81571be6173c87 | |
parent | bfdf98cadedfa6042117cd7a83952ca2f465d26f (diff) | |
download | gitpython-a9eeebeddaa20d10881ad505cc362a3a391e15b2.tar.gz |
Cleaned up changes file.
-rw-r--r-- | CHANGES | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |