Skip to content

Releases: git-for-windows/setup-git-for-windows-sdk

v1.1.2

14 Jan 10:30
v1.1.2
Compare
Choose a tag to compare

This version ensures that /dev/fd and friends exist

Among other things, this fixes the bug where shell scripts use process substitution (think diff <(echo 1) <(echo 2)).

v1.1.1

11 Oct 14:36
v1.1.1
Compare
Choose a tag to compare

This version fixes a bug that prevented the full flavor from working

The bug was triggered by executing node.js v16.x code on node.js v12.x.

v1.1.0

11 Oct 12:35
v1.1.0
Compare
Choose a tag to compare

This version supports the MSYS mode via a new option

Example:

- uses: git-for-windows/setup-git-for-windows-sdk
  with:
    flavor: full
    msys: true
- shell: bash
  run: gcc -V # this calls the MSYS version of `gcc`

v1.0.1

29 Mar 22:05
v1.0.1
Compare
Choose a tag to compare

This version avoids short downloads

On rare occasion, we encountered situations where the artifact files
were downloaded only incompletely, yet the Action reported success (and
cached the incomplete set of files). We now ensure that the total bytes
written to disk match the expected value before allowing the Action to
succeed.

v1.0.0: The first official release of `setup-git-for-windows-sdk`

25 Mar 20:49
v1.0.0
Compare
Choose a tag to compare

The first official release of setup-git-for-windows-sdk

This GitHub Action is now ready for prime time.

v0.0.9

06 Mar 00:12
v0.0.9
cd2fc65
Compare
Choose a tag to compare

The artifact download was made a bit more robust.

v0.0.8

01 Mar 13:30
v0.0.8
bd7aac8
Compare
Choose a tag to compare

Let node-fetch retry for a bit in case of transient network problems.

v0.0.7

27 Feb 19:22
v0.0.7
0de4d0d
Compare
Choose a tag to compare

Let curl retry for a bit in case the download failed.

v0.0.6

24 Feb 08:49
v0.0.6
d1736c9
Compare
Choose a tag to compare

Fixes grep -P.

v0.0.5

24 Feb 08:48
v0.0.5
8e357ea
Compare
Choose a tag to compare

Fixes MSYSTEM and PATH for the i686 flavors.