aboutsummaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-07-05 22:09:58 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-07-05 22:27:01 +0200
commitf1a2a4c611bc1f27bd1b63c26847ea74e18caddc (patch)
treed8ea4c9c347a029fd1318ef2599c29c9e227a0a8 /doc/source/changes.rst
parent6507e4e14337a929d4f3986a90efd8674d963a3f (diff)
downloadGitPython-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.rst3
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 ###