Skip to content

Releases: git-for-windows/git-snapshots

Tue, 24 Sep 2024 13:39:58 +0200

25 Jan 10:25
Compare
Choose a tag to compare
Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Tue, 24 Sep 2024 12:07:32 +0200

25 Jan 10:25
4538ee6
Compare
Choose a tag to compare
ci: work around a problem with HTTP/2 vs libcurl v8.10.0 (#5165)

This patch implements a work-around, basically for the sake of Git for
Windows v2.46.2's CI build: The `macos-13` runner images still reference
libcurl v8.10.0, which has a known flaw that breaks t5559.30. Let's
detect this situation and skip that test case in that case.

While at it, also backport the work-around for a flaky test case
(t5512.40 "helper with refspec capability fails gracefully").

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

Wed, 18 Sep 2024 09:46:09 +0200

25 Jan 10:25
Compare
Choose a tag to compare
Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Mon, 16 Sep 2024 12:27:15 +0200

25 Jan 10:25
78d0106
Compare
Choose a tag to compare
Backport `linux32` CI fix from upstream Git (#5145)

The `linux32` jobs are seeing this error:

    Error: This request has been automatically failed because it uses a
    deprecated version of `actions/upload-artifact: v1`. Learn more:

https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

To maintain CI builds that typically succeed, let's cherry-pick this
into Git for Windows' `main` branch.

Tue, 13 Aug 2024 14:01:04 +0200

25 Jan 10:24
d1cf3f7
Compare
Choose a tag to compare
lazycurl: prepare for new upstream Git requirements (#5102)

An [upcoming change in
Git](https://github.com/git/git/commit/0ca365c2ed48084974c7081bdfe3189094a2b993)
wants it to call `curl_version_info()`, which the lazy cURL stuff hereby
learns about.

Wed, 7 Aug 2024 22:22:38 +0200

25 Jan 10:24
28481d4
Compare
Choose a tag to compare
[bugfix] fix wsl mode bits error in subdir (#4660)

Support for wsl mode bits was previously added to git, but there was a
bug because the filenames provided by fscache did not contain paths.

This commit fixes the issue.

The previous feature is added in PR #4438,
but at that time I didn't tested so much.
Sorry to have this bug.

To test this feature, set core.wslcompat to ture and core.filemode to
true and make sure repo is on NTFS.

Wed, 7 Aug 2024 19:34:48 +0200

25 Jan 10:24
059f0c9
Compare
Choose a tag to compare
Do not redefine _FILE_STAT_LX_INFORMATION (#5092)

The struct definition as well as the other defines are already defined
in Windows SDK >= 10.1.26100.1.

Mon, 29 Jul 2024 10:56:11 -0700

25 Jan 10:24
Compare
Choose a tag to compare
Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Wed, 24 Jul 2024 12:48:11 -0700

25 Jan 10:24
Compare
Choose a tag to compare
Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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

Thu, 18 Jul 2024 13:49:28 -0700

25 Jan 10:24
Compare
Choose a tag to compare
Merge 'readme' into HEAD

Add a README.md for GitHub goodness.

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