Commit 724d013
committed
Release Notes: stop mentioning winpty
For a long time we used the MSYS2 runtime in a in a mode where it did
not use the Pseudo Consoles that are nowadays supported by Windows. For
that reason, when running in MinTTY, which is the default terminal of
Git Bash, we had to use aliases that ran interpreters like Python and
Ruby through WinPTY.
However, going with the times, we followed the MSYS2 project, which
switched to an MSYS2 runtime version that defaults to Pseudo Consoles
being supported and turned on. That makes these aliases to force WinPty
obsolete.
Git for Windows' release notes still talk about it though, in the "Known
Issues" section. Let's remove that item.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent e055d27 commit 724d013
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments