RE: Can't get git to stop outputting to StdErr

2016-12-19 Thread Scott R. Chamberlain
www.impromed.com -Original Message- From: Scott R. Chamberlain Sent: Friday, October 28, 2016 4:09 PM To: 'Junio C Hamano' Cc: git@vger.kernel.org Subject: RE: Can't get git to stop outputting to StdErr This is talking to a visualstudio.com git repo. I will file a bug with them. Sc

RE: Can't get git to stop outputting to StdErr

2016-10-28 Thread Scott R. Chamberlain
. Chamberlain Cc: git@vger.kernel.org Subject: Re: Can't get git to stop outputting to StdErr "Scott R. Chamberlain" writes: > The line I do is: > > git push -q binaryRepo HEAD:"$Env:BUILD_SOURCEBRANCH" This would (1) squelch the output from the sending side (i.e

Re: Can't get git to stop outputting to StdErr

2016-10-28 Thread Junio C Hamano
"Scott R. Chamberlain" writes: > The line I do is: > > git push -q binaryRepo HEAD:"$Env:BUILD_SOURCEBRANCH" This would (1) squelch the output from the sending side (i.e. local), and (2) ask "quiet" to the receiving side (i.e. remote), if they know how to be quiet. > But I get the

Can't get git to stop outputting to StdErr

2016-10-28 Thread Scott R. Chamberlain
I am working on some build scripts that get run on TFS. During the build process I need to check in the changes that where done during the build process (A set of binaries other projects depend on). I would really like to leave the option "Fail on Standard Error" enabled for the script in TFS,