mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
git: allow cloning using unsupported executable version
GitOrigin-RevId: c25624502b2123717fcfbc366e30bdbd57bc2092
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2760d22ef5
commit
e4885ec6aa
@@ -108,14 +108,12 @@ class GitCloneDialogComponent(project: Project,
|
||||
invokeAndWaitIfNeeded(modalityState) {
|
||||
if (!gitVersion.isSupported) {
|
||||
showUnsupportedVersionError(project, gitVersion, errorNotifier)
|
||||
versionCheckState = VersionCheckState.FAILED
|
||||
updateOkActionState(dialogStateListener)
|
||||
}
|
||||
else {
|
||||
inlineComponent.hideProgress()
|
||||
versionCheckState = VersionCheckState.SUCCESS
|
||||
updateOkActionState(dialogStateListener)
|
||||
}
|
||||
versionCheckState = VersionCheckState.SUCCESS
|
||||
updateOkActionState(dialogStateListener)
|
||||
}
|
||||
}
|
||||
catch (t: Throwable) {
|
||||
|
||||
Reference in New Issue
Block a user