-
v2.19.1.windows.111a3092e · ·
Git for Windows v2.19.1 Changes since Git for Windows v2.19.0 (September 11th 2018) New Features * Comes with Git v2.19.1. * Comes with Git LFS v2.5.2. * Comes with Git Credential Manager v1.17.2. * When FSCache is enabled, commands such as add, commit, and reset are now much faster. * Sublime Text, Atom, and even the new user-specific VS Code installations can now by used as Git's default editor. * Comes with Git Credential Manager v1.18.0. Bug Fixes * Several corner case bugs were fixed in the built-in rebase/stash commands. * An occasional crash in git gc (which had been introduced into v2.19.0) has been fixed.
-
v2.19.0.windows.1d96bb8bc · ·
Git for Windows v2.19.0 Changes since Git for Windows v2.18.0 (June 22nd 2018) New Features * Comes with Git v2.19.0. * There are now fast, built-in versions of git stash and git rebase, available as experimental options. * The included OpenSSH client now enables modern ciphers. * The gitweb component was removed because it is highly unlikely to be used on Windows. * The git archimport tool (which was probably used by exactly 0 users) is no longer included in Git for Windows. * Comes with tig v2.4.0. * Comes with Git LFS v2.5.1. * Comes with Git Credential Manager v1.17.1. * Comes with OpenSSL v1.0.2p. * Comes with cURL v7.61.1. Bug Fixes * The http.schannel.checkRevoke setting (which never worked) was renamed to http.schannelCheckRevoke. In the same run, http.schannel.useSSLCAInfo (which also did not work, for the same reason) was renamed to http.schannelUseSSLCAInfo. * Avoids a stack overflow with recent Windows Insider versions. * Git GUI now handles hooks correctly in worktrees other than the main one. * When using core.autocrlf, the bogus "LF will be replaced by CRLF" warning is now suppressed. * The funny fatal error -cmalloc would have returned NULL problems should be gone.
-
-
-
v2.19.0-rc0.windows.201a1db34 · ·
Test balloon: Git for Windows, with the builtin stash and rebase This should make things rather noticeably faster with rebase and stash operations. On the other hand, the code in question is still under review in the core Git project, and might not be quite as robust as we want it to be. So here is a test: is this robust enough for end users? Please test thoroughly, in particular any rebase/stash scenarios you use reguarly.
-
v2.18.0.windows.1cd1a74fc · ·
Git for Windows v2.18.0 Changes since Git for Windows v2.17.1(2) (May 29th 2018) New Features * Comes with Git v2.18.0. * Comes with Git Credential Manager v1.16.2. Bug Fixes * The diff filter for .pdf files was fixed. * The start-ssh-agent.cmd script no longer overrides the HOME variable. * Fixes an issue where passing an argument with a trailing slash from Git Bash to git.exe was dropping that trailing slash. * The http.schannel.checkRevoke setting now really works.
-
v2.14.4.windows.2c5ad43e5 · ·
MinGit for Windows v2.14.4(2) This is a MinGit-only release; compared to v2.14.4, it only adds code to force-ignore http.sslCAinfo when the ssl backend is set to `schannel` (so that the Windows Certificate Store is not ignored). This is really only relevant when running with cURL v7.60.0 (or later).
-
v2.18.0-rc1.windows.3265691a0 · ·
First "Release Candidate" of v2.18.0, take 3 The first attempt failed to bundle PCRE2, even if it is now a dependency (superseding PCRE, which is no longer needed). The second attempt still failed to bundle *some* PCRE2 .dll files. Unfortunately the ones that are necessary even to run git.exe.
-
v2.18.0-rc1.windows.2265691a0 · ·
First "Release Candidate" of v2.18.0, take 2 The first attempt failed to bundle PCRE2, even if it is now a dependency (superseding PCRE, which is no longer needed).