Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 18:07
v1.11.0

Optimize for the minimal flavor

As of git-for-windows/git-sdk-64#87, the
minimal flavor is published as an asset of a rolling GitHub Release.

This strikes a much better balance between generating and using the
artifact; Now, it is generated exactly once when an update is available,
and none of the users have to regenerate it.

The consequence is that no longer does setup-git-for-windows-sdk take
over a minute (uncached) to initialize the minimal Git for Windows SDK
(and only subsequent, cached calls would get to the desirable 2-5 second
range). Instead, the minimal Git for Windows SDK now consistently takes
2-5 seconds to initialize, no caching needed.