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' <gits...@pobox.com> 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 wit

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

2016-10-28 Thread Scott R. Chamberlain
. Chamberlain <srchamberl...@impromed.com> Cc: git@vger.kernel.org Subject: Re: Can't get git to stop outputting to StdErr "Scott R. Chamberlain" <srchamberl...@impromed.com> writes: > The line I do is: > > git push -q binaryRepo HEAD:"$Env:BUILD_SOURCEBRANCH"

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,