-
v2.14.1.windows.182d9b3f3 · ·
Git for Windows v2.14.1 Changes since Git for Windows v2.14.0(2) (August 7th 2017) New Features * Comes with Git v2.14.1. * Comes with cURL v7.55.0. * The Git Bash Here context menu item is now also available in the special Libraries folders.
-
v2.12.2.windows.386b01854 · ·
Git for Windows v2.12.2(3) Changes since Git for Windows v2.12.2(2) (April 5th 2017) New Features * The experimental option --show-ignored-directory was added to git status to show only the name of ignored directories when the option --untracked=all is used. Bug Fixes * A malicious "ssh://..." URL could result in options passed to the `ssh` command, which is now prevented.
-
v2.13.1.windows.3cdf40a8b · ·
Git for Windows v2.13.1(3) Changes since Git for Windows v2.13.1(2) (June 15th 2017) New Features * The experimental option --show-ignored-directory was added to git status to show only the name of ignored directories when the option --untracked=all is used. Bug Fixes * A malicious "ssh://..." URL could result in options passed to the `ssh` command, which is now prevented.
-
v2.14.0.windows.20f334280 · ·
Git for Windows v2.14.0(2) Changes since Git for Windows v2.14.0 (August 6th 2017) Bug Fixes * A regression introduced in v2.14.0 that prevented fetching via SSH was fixed.
-
v2.14.0.windows.18d74ef60 · ·
Git for Windows v2.14.0 Changes since Git for Windows v2.13.3 (July 13th 2017) New Features * Comes with Git v2.14.0. * Comes with [BusyBox v1.28.0pre.15857.9480dca7c](https://github.com/ git-for-windows/busybox-w32/commit/9480dca7c]. * Comes with Git Credential Manager v1.12.0. * It is now possible to switch between Secure Channel and OpenSSL for Git's HTTPS transport by setting the http.sslBackend config variable to "openssl" or "schannel"; This is now also the method used by the installer (rather than copying libcurl-4.dll files around). * The experimental option --show-ignored-directory was added to git status to show only the name of ignored directories when the option --untracked=all is used. * Git for Windows releases now also include an experimental BusyBox-based MinGit. Bug Fixes * Repository-local aliases are now resolved again in worktrees. * CamelCased aliases were broken in v2.13.3; This has been fixed again. * The 32-bit Git binaries are now built against the same dependencies that are shipped with Git for Windows.
-
v2.13.3.windows.1faaf2320 · ·
Git for Windows v2.13.3 Changes since Git for Windows v2.13.2 (June 26th 2017) New Features * Comes with Git v2.13.3. * Comes with Git LFS v2.2.1. * Comes with MSYS2 runtime (Git for Windows flavor) based on Cygwin 2.8.2. Bug Fixes * Git Bash no longer tries to use the getent tool which was never shipped with Git for Windows.
-
v2.13.2.windows.1914b84c9 · ·
Git for Windows v2.13.2 Changes since Git for Windows v2.13.1(2) (June 15th 2017) New Features * Comes with Git v2.13.2. * Comes with Git Credential Manager v1.10.1. * The Git Bash prompt can now be overridden by creating the file .config\git\git-prompt.sh. * Comes with cURL v7.54.1.