Skip to content

Releases: git-for-windows/git-snapshots

Fri, 30 Mar 2018 12:44:56 +0200

24 Jan 22:58
9761067

Choose a tag to compare

Merge pull request #1597 from alejandro5042/patch-3

Fix doc formatting error in git.txt

Fri, 23 Mar 2018 23:38:07 +0100

24 Jan 22:58

Choose a tag to compare

fixup! mingw: spawned processes need to inherit only standard handles

When we suppress the warning that we could not restrict file handle
inheritance because of known error conditions, we should really suppress
the *entire* warning, not just parts of it.

This was reported in
https://github.com/git-for-windows/git/issues/1578#issuecomment-375692983

Signed-off-by: Johannes Schindelin <[email protected]>

Thu, 22 Mar 2018 18:55:23 +0100

24 Jan 22:58

Choose a tag to compare

prerelease-2.16.2.windows.1.29.gddfc3f5bfa

fixup! mingw: spawned processes need to inherit only standard handles

Mon, 19 Mar 2018 18:44:02 +0100

24 Jan 22:58
52f89a9

Choose a tag to compare

Merge pull request #1567 from derrickstolee/whitespace

CONTRIBUTING.md: check for whitespace before submitting

Sat, 17 Mar 2018 14:17:07 +0100

24 Jan 22:58
2cc3565

Choose a tag to compare

Merge pull request #1564 from git-for-windows/larsxschneider-patch-1

CONTRIBUTING.md: Fix typo

Tue, 13 Mar 2018 12:26:24 +0100

24 Jan 22:58
b2956b3

Choose a tag to compare

Merge pull request #1548 from alejandro5042/master

Document how $HOME is set on Windows

Wed, 7 Mar 2018 16:02:20 +0100

24 Jan 22:58

Choose a tag to compare

fixup! mingw: spawned processes need to inherit only standard handles

Let's preserve the correct errno (thanks, t0061!)

Signed-off-by: Johannes Schindelin <[email protected]>

Wed, 7 Mar 2018 15:31:36 +0100

24 Jan 22:58

Choose a tag to compare

Merge branch 'fixup-handle-inheritance-warning'

Yet another fix to the file handle inheritance restricting patch.

Signed-off-by: Johannes Schindelin <[email protected]>

Wed, 7 Mar 2018 02:23:59 -0500

24 Jan 22:57
b34b95c

Choose a tag to compare

Merge pull request #1529 from derrickstolee/contributing

Rewrite CONTRIBUTING.md to be a guide for new developers on Windows

Fri, 2 Mar 2018 21:52:13 +0100

24 Jan 22:57

Choose a tag to compare

fixup! vcpkg: get MSVC dependencies with vcpkg rather than nuget

We also have to copy the .dll files into t/helper/ so that the .exe
files in that directory work correctly.

Signed-off-by: Johannes Schindelin <[email protected]>