Skip to content
Git for Windows v2.7.2

Changes since Git for Windows v2.7.1(2) (February 12th 2016)

New Features

  • Git for Windows' SDK version 1.0.2 has been released.
  • The "list references" window of gitk is now wider by default.
  • Comes with Git 2.7.2.

Bug Fixes

  • The user is now presented with a nice error message when calling
    node while node.exe is not in the PATH (this bug also affected
    other interactive console programs such as python and php).
  • The arrow keys are respected again in gitk.
  • When a too-long path is encountered, git clean -dfx no longer
    aborts quietly.
  • Git GUI learned to stage lines appended to a single-line file.
  • When launching C:\Program Files\Git\bin\bash -l -i in a cmd window
    and pressing Ctrl+C, the console is no longer corrupted
    (previously, the bash.exe redirector would terminate and both cmd &
    Bash would compete for user input).