Johannes Sixt escreveu: > > > in place of the usual "#!/bin/sh". It requires you to have a command > named @echo.exe in the path that is a noop. Also, it is limited to 9 > command line arguments. not mention that it will severly mess up if there are quoted arguments and/or spaces git commit -m "this has a space" -a It might be possible to do sh "%0" "%1" .. but to make things interesting, different releases of windows have different rules for CMD shell quoting. Experience with LilyPond taught us to avoid the CMD shell at all costs. -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - 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