Jurko Gospodnetić schrieb: > Well, I just suggested a possible implementation that allows writing > Windows batch scripts that do not change their external ECHO state. > > Whether that should be used for the git.cmd script in msysgit - > that's up to someone else, but it would allow you to do what you > requested - write your own wrapper scripts without having to worry about > git.cmd changing your ECHO state.
For a six liner such as git.cmd, the simpler solution were to not touch echo state at all and prefix all commands by @. Best regards, Stephan Hennig
