Releases: git-for-windows/git-snapshots
Releases · git-for-windows/git-snapshots
Sat, 26 Aug 2017 22:00:59 +0200
fixup! mingw: add a Makefile target to copy test artifacts We still need to create the mingw$ARCH/bin directory for git-daemon.exe and git-http-backend.exe, and the mingw$ARCH/libexec/git-core directory for git-remote-testgit. Signed-off-by: Johannes Schindelin <[email protected]>
Fri, 25 Aug 2017 12:07:39 +0200
Revert "fixup! gc/repack: release packs when needed" The packfile.h file only exists in `pu` so far... This reverts commit b4219bb25ad7d94c352160e5e7ec8b0abf6dcf5a. Signed-off-by: Johannes Schindelin <[email protected]>
Mon, 21 Aug 2017 15:43:38 +0200
fixup! Remove old code and macro-ize implementation `WINBOOL` is only available in MINGW builds, it seems. Let's just use the standard `BOOL` type that MSVC understands also. Signed-off-by: Johannes Schindelin <[email protected]>
Mon, 21 Aug 2017 22:08:35 +0200
fixup! MSVC Build: Support VS2017 command line compiler tools We should output error messages to stderr rather than into Makefiles ;-) Signed-off-by: Johannes Schindelin <[email protected]>
Mon, 21 Aug 2017 18:00:09 +0200
Merge pull request #1273 from jeffhostetler/jeffhostetler/vs2017 MSVC Build: Support VS2017 or VS2015 compiler tools
Wed, 16 Aug 2017 14:05:29 +0200
Merge branch 'file-url-to-unc-path' This topic branch teaches Git to accept UNC paths of the form file://host/share/repository.git. Signed-off-by: Johannes Schindelin <[email protected]>
Mon, 7 Aug 2017 10:55:31 +0200
Revert "git_connect: prefer Git's builtins over dashed form" It would appear that this change (which was intended to fix tests interacting with local repositories when `git-upload-pack` was not in the `PATH`) regresses on SSH access. This reverts commit 40023e58cda656326287d77358514acb262b7484 and fixes https://github.com/git-for-windows/git/issues/1258. Signed-off-by: Johannes Schindelin <[email protected]>
Sun, 6 Aug 2017 01:07:18 +0200
fixup! Teach status to show ignored directories with all untracked files It is totally my fault that I failed to notice the updated PR at https://github.com/git-for-windows/git/pull/1243. This backports the fixes into the next Git for Windows version's commit graph. Signed-off-by: Johannes Schindelin <[email protected]>
Wed, 2 Aug 2017 23:28:39 +0200
Merge branch 'http-ssl-backend' This topic branch brings support for choosing cURL's SSL backend at runtime via http.sslBackend, based on patches already submitted to the cURL project and backported to cURL 7.54.1 as used in Git for Windows' SDK. Signed-off-by: Johannes Schindelin <[email protected]>
Thu, 13 Jul 2017 23:43:51 +0200
fixup! config: don't include config.h by default Signed-off-by: Johannes Schindelin <[email protected]>