You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installer: default to GCM Core (including fresh installs)
We just worked on the installer to auto-upgrade existing GCM(W) users to
GCM Core.
What we did _not_ do is to default new users to GCM Core. D'oh.
Noticed by Matthew Cheetham.
Signed-off-by: Johannes Schindelin <[email protected]>
// Auto-upgrade GCM to GCM Core in version v2.29.0
2134
-
if RdbGitCredentialManager[GCM_Classic].Checked and (PreviousGitForWindowsVersion<>'') and IsDowngrade(PreviousGitForWindowsVersion,'2.29.0') thenbegin
2134
+
if RdbGitCredentialManager[GCM_Classic].Checked and ((PreviousGitForWindowsVersion='') or IsDowngrade(PreviousGitForWindowsVersion,'2.29.0')) thenbegin
0 commit comments