On Jun 24, 2008, at 7:02 PM, Roman Terekhov wrote:
This is even better solution :-)
On Tue, Jun 24, 2008 at 4:27 PM, Stephan Hennig
<[EMAIL PROTECTED]> wrote:
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 @.
This sounds like a reasonable way to handle this, although I must
admit that I have *no* idea how Windows bat scripts work. If someone
pushes a fix to the mob branch, I'll take it.
How about gitk.cmd?
Steffen