File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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+
1115Git
1216---
1317* Renamed module to cmd.
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
You can’t perform that action at this time.
0 commit comments