diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 22:09:58 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 22:27:01 +0200 |
| commit | f1a2a4c611bc1f27bd1b63c26847ea74e18caddc (patch) | |
| tree | d8ea4c9c347a029fd1318ef2599c29c9e227a0a8 /doc/source/changes.rst | |
| parent | 6507e4e14337a929d4f3986a90efd8674d963a3f (diff) | |
| download | GitPython-f1a2a4c611bc1f27bd1b63c26847ea74e18caddc.tar.gz GitPython-f1a2a4c611bc1f27bd1b63c26847ea74e18caddc.zip | |
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Diffstat (limited to 'doc/source/changes.rst')
| -rw-r--r-- | doc/source/changes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 5564cfd7..ad0f2530 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -27,6 +27,9 @@ NEXT * ### Git Cmd ### * Added ``version_info`` property to git command, returning a tuple of version numbers. + * Added GIT_PYTHON_GIT_EXECUTABLE environment variable, which can be used to set the desired git executable to be used. despite of what would be found in the path. + * GIT_PYTHON_TRACE is now set on class level of the Git type, previously it was a module level global variable. + * GIT_PYTHON_GIT_EXECUTABLE is a class level variable as well. * ### Exceptions ### |
