We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61376d9 commit c82638bCopy full SHA for c82638b
git_qdiff.py
@@ -19,7 +19,7 @@ def qdiff(left, right):
19
20
def check_dependencies():
21
try:
22
- gitv = subprocess.check_output(['git', '--version']).split()[-1]
+ gitv = subprocess.check_output(['git', '--version']).split()[2]
23
except subprocess.CalledProcessError:
24
raise UnmetDependency("Could not find `git` program")
25
0 commit comments