From a9eeebeddaa20d10881ad505cc362a3a391e15b2 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 16 Jul 2008 22:23:45 -0400 Subject: Cleaned up changes file. --- CHANGES | 8 ++++++-- 1 file 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 -- cgit v1.2.3