Skip to content

Releases: git-for-windows/git-snapshots

Fri, 22 Jun 2018 11:16:23 +0200

24 Jan 23:01

Choose a tag to compare

prerelease-2.18.0.rc2.windows.1.455.gcd1a74fc9d

fixup! tests: replace mingw_test_cmp with a helper in C

Fri, 22 Jun 2018 08:19:57 +0200

24 Jan 23:01

Choose a tag to compare

Merge pull request #1679 from telezhnaya/win

vcxproj: change build logic

Tue, 5 Jun 2018 14:14:09 +0200

24 Jan 23:01
e2d2aac

Choose a tag to compare

Merge pull request #1708 from derrickstolee/contributing

Update CONTRIBUTING.md instructions

Tue, 29 May 2018 19:45:28 +0200

24 Jan 23:01

Choose a tag to compare

Merge branch 'colorize-push-errors'

To help users discern large chunks of white text (when the push
succeeds) from large chunks of white text (when the push fails), let's
add some color to the latter.

This closes https://github.com/git-for-windows/git/pull/1429 and fixes
https://github.com/git-for-windows/git/issues/1422

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

Fri, 18 May 2018 13:28:25 +0200

24 Jan 23:01

Choose a tag to compare

fixup! Win32: symlink: add support for symlinks to directories

Fix typo.

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

Thu, 17 May 2018 23:31:58 +0200

24 Jan 23:01

Choose a tag to compare

Merge branch 'colorize-push-errors'

To help users discern large chunks of white text (when the push
succeeds) from large chunks of white text (when the push fails), let's
add some color to the latter.

This closes https://github.com/git-for-windows/git/pull/1429 and fixes
https://github.com/git-for-windows/git/issues/1422

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

Wed, 16 May 2018 20:12:27 +0200

24 Jan 23:00

Choose a tag to compare

fixup! README.md: Add a Windows-specific preamble

Add a build badge, too.

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

Tue, 15 May 2018 20:30:20 +0200

24 Jan 23:00
33461f1

Choose a tag to compare

Merge pull request #1679 from telezhnaya/win

vcxproj: change build logic

Tue, 15 May 2018 12:06:03 +0200

24 Jan 23:00

Choose a tag to compare

fixup! add support for disabling SSL revocation checks in cURL

When comparing config keys, the key has been downcased already. So we
have to compare it to an all-lowercase string. The buggy code has been
identified by an unnamed colleague of Manuel Riezebosch.

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

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

Thu, 3 May 2018 12:46:36 +0200

24 Jan 23:00
05ca542

Choose a tag to compare

Merge pull request #1651 from michaldudak/dir-symlinks-fix

fixup! Win32: symlink: add support for symlinks to directories