Skip to content

Commit 334631c

Browse files
committed
Mention Bug Fix in release notes
When launching `C:\Program Files\Git\bin\bash -l -i` in a cmd window and pressing Ctrl+C, [the console is no longer corrupted](git-for-windows/git#205) (previously, the `bash.exe` redirector would terminate and both cmd & Bash would compete for user input). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5bd0f8c commit 334631c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This package contains software from a number of other projects including Bash, z
4444
* The arrow keys [are respected again in gitk](https://github.com/git-for-windows/git/issues/495).
4545
* When a too-long path is encountered, `git clean -dfx` [no longer aborts quietly](https://github.com/git-for-windows/git/issues/521).
4646
* Git GUI learned to [stage lines appended to a single-line file](https://github.com/git-for-windows/git/issues/515).
47+
* When launching `C:\Program Files\Git\bin\bash -l -i` in a cmd window and pressing Ctrl+C, [the console is no longer corrupted](https://github.com/git-for-windows/git/pull/205) (previously, the `bash.exe` redirector would terminate and both cmd & Bash would compete for user input).
4748

4849
## Changes since Git for Windows v2.7.1 (February 6th 2016)
4950

0 commit comments

Comments
 (0)