File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
* renamed ``git_python`` to ``git``. Be sure to delete all pyc files before
9
9
testing.
10
10
11
+ Commit
12
+ ------
13
+ * Fixed problem with commit stats not working under all conditions.
14
+
11
15
Git
12
16
---
13
17
* Renamed module to cmd.
19
23
* ``git_dir`` is now optional in the constructor for ``git.Git``. Git now
20
24
falls back to ``os.getcwd()`` when git_dir is not specified.
21
25
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.
24
28
25
29
* add support for a ``GIT_PYTHON_TRACE`` environment variable.
26
30
``GIT_PYTHON_TRACE`` allows us to debug GitPython's usage of git through
You can’t perform that action at this time.
0 commit comments