Skip to content

Releases: git-for-windows/git-snapshots

Thu, 19 Oct 2023 06:31:02 +0200

25 Jan 10:17
4991b61

Choose a tag to compare

monitor components: monitor mingw-w64-clang (#4487)

monitor components: monitor mingw-w64-clang

Sun, 15 Oct 2023 10:19:33 +0200

25 Jan 10:17
00d5497

Choose a tag to compare

monitor-components: switch from p7zip to regular 7-Zip (#4629)

We've switched from p7zip to regular 7-Zip recently. With that we don't
need to monitor p7zip for updates anymore, but we want to stay informed
about 7-Zip updates now. Change the feed accordingly. Since the new feed
contains 15 different files as separate items for the latest 7-Zip
update, aggregate them into a single issue.

Fri, 22 Sep 2023 21:56:01 +0200

25 Jan 10:17
49aad3c

Choose a tag to compare

Backport fix for t5559.{18,19,39} (#4614)

HTTP Header redaction code has been adjusted for a newer version of cURL
library that shows its traces differently from earlier versions.

This is purely a fix for Git's test suite, no Git behavior is actually
changed by this PR, read: it has no user-visible changes.

This PR is a close relative of
https://github.com/microsoft/git/pull/609.

Thu, 7 Sep 2023 16:07:12 +0200

25 Jan 10:17
49f75ff

Choose a tag to compare

prerelease-2.42.0.windows.2-2-g49f75ff9e0-20230907141037

When looking at potentially long paths: leave drive-less absolute pat…

Mon, 28 Aug 2023 14:22:21 +0200

25 Jan 10:17

Choose a tag to compare

fixup! http: support lazy-loading libcurl also on Windows

Allow `libcurl-4.dll` to be located in a path containing non-ASCII
characters.

This fixes https://github.com/git-for-windows/git/issues/4573.

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

Mon, 21 Aug 2023 20:11:24 +0200

25 Jan 10:17

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Wed, 16 Aug 2023 07:52:47 +0200

25 Jan 10:16

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Thu, 10 Aug 2023 18:12:15 +0200

25 Jan 10:16

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Tue, 8 Aug 2023 12:02:53 +0200

25 Jan 10:16

Choose a tag to compare

Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Mon, 7 Aug 2023 21:07:40 +0200

25 Jan 10:16
62049bc

Choose a tag to compare

prerelease-2.41.0.windows.3-4-g62049bc6ba-20230807191122

Additional error checks for issuing the windows.appendAtomically warn…