Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes: > > This is most likely an issue with MSys, not Git. As far as I know, > Steffen started to have a look at it, but I do not really know: I took my > retreat from msysGit. > > Ciao, > Dscho > Not surprisingly this was exactly right, and I just posted a patch on http://code.google.com/p/msysgit/ which fixes it. It turns out that command lines passed to CreateProcess() which contain '{' need to be quoted (specifically quote_arg() needs to set 'force_quotes' to 1). Thanks for the pointer. - Eric -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html