constresult=awaitwindow.showErrorMessage(`GitLens requires a newer version of Git (>= 2.2.0) than is currently installed (${version}). Please install a more recent version of Git.`,`Don't Show Again`);
// If git is less than v2.11.0
if(parseInt(major,10)<2||parseInt(minor,10)<11){
constresult=awaitwindow.showErrorMessage(`GitLens requires a newer version of Git (>= 2.11.0) than is currently installed (${version}). Please install a more recent version of Git.`,`Don't Show Again`);