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.
I can't reproduce such issues with diff and submodules, but if you don't care about submodules diff, you can do:
I fixed this by installing Microsoft kb2458000 (The conhost.exe process crashes when an application exits on Windows 7 or Windows Server 2008 R2).