if(commit===undefined)returnMessages._showMessage('info',`Commit has no previous commit`,SuppressedKeys.CommitHasNoPreviousCommitWarning);
returnMessages._showMessage('info',`Commit ${commit.shortSha} (${commit.author}, ${commit.fromNow()}) has no previous commit`,SuppressedKeys.CommitHasNoPreviousCommitWarning);
if(commit===undefined)returnMessages.showMessage('info',`Commit has no previous commit`,SuppressedKeys.CommitHasNoPreviousCommitWarning);
returnMessages.showMessage('info',`Commit ${commit.shortSha} (${commit.author}, ${commit.fromNow()}) has no previous commit`,SuppressedKeys.CommitHasNoPreviousCommitWarning);
returnMessages._showMessage('error',`GitLens requires a newer version of Git (>= 2.2.0) than is currently installed (${version}). Please install a more recent version of Git.`,SuppressedKeys.GitVersionWarning);
returnMessages.showMessage('error',`GitLens requires a newer version of Git (>= 2.2.0) than is currently installed (${version}). Please install a more recent version of Git.`,SuppressedKeys.GitVersionWarning);
constresult=awaitMessages._showMessage('info',`Thank you for choosing GitLens! GitLens is powerful, feature rich, and highly configurable, so please be sure to view the docs and tailor it to suit your needs.`,SuppressedKeys.WelcomeNotice,null,viewDocs);
constresult=awaitMessages.showMessage('info',`Thank you for choosing GitLens! GitLens is powerful, feature rich, and highly configurable, so please be sure to view the docs and tailor it to suit your needs.`,SuppressedKeys.WelcomeNotice,null,viewDocs);