ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / pkgs / development / python-modules / GitPython / hardcode-git-path.patch
blob937479959926b24471b883e6922ff2015354594c
1 diff --git a/git/cmd.py b/git/cmd.py
2 index a4faefe..51ad442 100644
3 --- a/git/cmd.py
4 +++ b/git/cmd.py
5 @@ -175,7 +175,7 @@ class Git(LazyMixin):
7 # CONFIGURATION
9 - git_exec_name = "git" # default that should work on linux and windows
10 + git_exec_name = "@git@/bin/git"
12 # Enables debugging of GitPython's git commands
13 GIT_PYTHON_TRACE = os.environ.get("GIT_PYTHON_TRACE", False)