Skip to content
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.