From: Marius Storm-Olsen Date: Tue, 15 May 2007 13:51:25 +0000 (+0200) Subject: Make the command call silent X-Git-Tag: v1.5.3-rc0~65^2^2~116 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=95962f318e0f00cd4e2ebb54531c3d738aa39ece;p=git.git Make the command call silent Signed-off-by: Marius Storm-Olsen --- diff --git a/contrib/fast-import/git-p4.bat b/contrib/fast-import/git-p4.bat index 6524a54c6..9f97e884f 100644 --- a/contrib/fast-import/git-p4.bat +++ b/contrib/fast-import/git-p4.bat @@ -1 +1 @@ -python "%~d0%~p0git-p4" %* +@python "%~d0%~p0git-p4" %*