Florian Schwalm cd50db3a7f Use ERRORLEVEL instead of %errorlevel% to compare git versions
%errorlevel% was always 0, even if the vendored git version was more current than the installed one
Usually exiting a batch script with "exit /b exitCode" as used in :compare_versions
sets %errorlevel% to the specified exit code
However, this may not work if %errorlevel% was set before with "Set errorlevel="
I didn't find the location where this might have happened,
but I saw the consequence of %errorlevel% always being 0
Thus I decided to use ERRORLEVEL instead as this will always work regardless of environment variable

For more information check https://ss64.com/nt/errorlevel.html
2020-07-29 22:25:49 +02:00
..
2020-05-10 10:56:12 -04:00
2019-11-23 11:54:53 -05:00
2019-11-23 11:54:53 -05:00
2020-07-18 13:32:22 +02:00
2020-04-28 11:18:24 +08:00
2019-03-31 16:11:14 -04:00

Vendor

Third parties software & init script.