Skip to content

Commit a9eeebe

Browse files
committed
Cleaned up changes file.
1 parent bfdf98c commit a9eeebe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎CHANGES

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ CHANGES
88
* renamed ``git_python`` to ``git``. Be sure to delete all pyc files before
99
testing.
1010

11+
Commit
12+
------
13+
* Fixed problem with commit stats not working under all conditions.
14+
1115
Git
1216
---
1317
* Renamed module to cmd.
@@ -19,8 +23,8 @@ Git
1923
* ``git_dir`` is now optional in the constructor for ``git.Git``. Git now
2024
falls back to ``os.getcwd()`` when git_dir is not specified.
2125

22-
* add a ``with_exceptions`` keyword argument to git commands. ``GitCommandError``
23-
is raised when the exit status is non-zero.
26+
* add a ``with_exceptions`` keyword argument to git commands.
27+
``GitCommandError`` is raised when the exit status is non-zero.
2428

2529
* add support for a ``GIT_PYTHON_TRACE`` environment variable.
2630
``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through

0 commit comments

Comments
 (0)