Re: git sending messages to stderr on MacOS 10.8

2014-03-16 Thread Duy Nguyen
On Sun, Mar 16, 2014 at 4:15 PM, Thomas Robitaille wrote: > I am using git version 1.8.4.2 installed on Mac using MacPorts. When > e.g. cloning a repository, the cloning message is being sent to > stderr, but I think it should be sent to stdout: > > In [8]: p = subprocess.Popen('git clone > gi

git sending messages to stderr on MacOS 10.8

2014-03-16 Thread Thomas Robitaille
I am using git version 1.8.4.2 installed on Mac using MacPorts. When e.g. cloning a repository, the cloning message is being sent to stderr, but I think it should be sent to stdout: In [8]: p = subprocess.Popen('git clone git://github.com/embray/astropy'.split(), stdout=subprocess.PIPE, stderr