Skip to content
Git for Windows v2.13.1

Changes since Git for Windows v2.13.0 (May 10th 2017)

New Features

  * Comes with Git v2.13.1.
  * Comes with Git Credential Manager v1.10.0.
  * Comes with OpenSSH 7.5p1.
  * Comes with Git Flow v1.11.0.
  * Comes with Git LFS v2.1.1.
  * Git now uses the flag introduced with Windows 10 Creators Update to
    create symbolic links without requiring elevated privileges in
    Developer Mode.

Bug Fixes

  * The documentation of Git for Windows' several config files was
    improved.
  * When interrupting Git processes in Git Bash by pressing Ctrl+C, Git
    now removes .lock files as designed (accompanying Git PR; this
    should also fix issue #338).
  * git status -uno now treats submodules in ignored directories
    correctly.
  * The fscache feature no longer slows down git commit -m <message> in
    large worktrees.
  * Executing git.exe in Git Bash when the current working directory is
    a UNC path now works as expected.
  * Staging/unstaging multiple files in Git GUI via Ctrl+C now works.
  * When hitting Ctrl+T in Git GUI to stage files, but the file list is
    empty, Git GUI no longer shows an exception window.