Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git diffing crashes on Windows when submodules exist

Using msysgit on windows, whenever I do git diff on a repository that has a submodule or several, the command prompt (and also PowerShell) crash.

Is this a known but and is there a fix/workaround? Can I exclude submodules from diff?

Also:

PS Z:\www\gittest> git --version
git version 1.7.6.msysgit.0

EDIT: This has also been reported on the msysgit google group.

like image 398
Tower Avatar asked Dec 21 '22 06:12

Tower


1 Answers

I fixed this by installing Microsoft kb2458000 (The conhost.exe process crashes when an application exits on Windows 7 or Windows Server 2008 R2).

like image 100
Justin Dearing Avatar answered Jan 09 '23 17:01

Justin Dearing