Disable Git/Cogito support as it is not maintained anymore (and fully broken)
diff --git a/qctlib/vcs/cg.py b/qctlib/vcs/cg.py
index 61b783a..6c7e188 100644
--- a/qctlib/vcs/cg.py
+++ b/qctlib/vcs/cg.py
@@ -20,6 +20,8 @@ class qctVcsCg:
         if not self.repoRoot:
             print 'No Git/Cogito repository found'
             return -1
+	print 'Git not supported upstream anymore for now (patches welcome)'
+	return -1
         return 0
 
     def detect_root(self):
