From f1a2a4c611bc1f27bd1b63c26847ea74e18caddc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 5 Jul 2011 22:09:58 +0200 Subject: Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs --- doc/source/changes.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/changes.rst') 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 ### -- cgit v1.2.3