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
The SHA-256 checksums of the Git for Windows release artifacts are
listed at the bottom of Git for Windows' announcement emails.
Certain of those artifacts are deemed more important than others and
are hence listed first. For example, x86_64 is nowadays considered much
more important than i686 (which is deprecated, after all). To present
the artifacts in such an order, the `artifactName2Rank()` function
hard-codes CPU architecture rankings.
When ARM64 artifacts were included, this ranking was not adjusted,
and as a consequence ARM64 ranked way on the bottom. However, ARM64
is the future (or will be, once GitHub comes through with the promise
of hosted runners) because of battery life, performance potentials,
etc, and it should therefore outrank i686.
Let's make it so!
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments