Skip to content
Git for Windows v2.13.0

Changes since Git for Windows v2.12.2(2) (April 5th 2017)

New Features

  * Comes with Git v2.13.0.
  * Comes with cURL v7.54.0.
  * Comes with Git LFS v2.1.0.

Bug Fixes

  * As per Git LFS' convention, it is installed into the bin/ directory
    again.
  * Calling git add with an absolute path using different upper/lower
    case than recorded on disk will now work as expected instead of
    claiming that the paths are outside the repository.
  * Git for Windows no longer tries to determine the default printer.
  * When writing the Git index file, Git for Windows no longer has the
    wrong idea about the file's timestamp.
  * On Windows, absolute paths can start with a backslash (implicitly
    referring to the same drive as the current directory), and now git
    clone can use those paths, too.