Skip to content

Commit 43d672f

Browse files
committed
Add known issue about console programs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 125ac3d commit 43d672f

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
@@ -10,6 +10,7 @@ General release notes covering the history of the core git commands are included
1010
See [http://git-scm.com/](http://git-scm.com/) for further details about Git including ports to other operating systems. Git for Windows is currently hosted at [https://git-for-windows.github.io/](https://git-for-windows.github.io/).
1111

1212
#Known issues
13+
* Some console programs interact correctly with MinTTY only when called through `winpty` (e.g. the Python console needs to be started as `winpty python` instead of just `python`).
1314
* Some commands are not yet supported on Windows and excluded from the installation; namely: `git archimport`, `git cvsexportcommit`, `git cvsimport`, `git cvsserver`, `git instaweb`, `git shell`.
1415
* As Git for Windows is shipped without Python support, all Git commands requiring Python are not yet supported; namely: `git p4`, `git remote-hg`.
1516
* The Logitec QuickCam software can cause spurious crashes. See ["Why does make often crash creating a sh.exe.stackdump file when I try to compile my source code?"](http://www.mingw.org/wiki/Environment_issues) on the MinGW Wiki.

0 commit comments

Comments
 (0)