chiark / gitweb /
Prevent stderr from appearing on stdout when running commands
authorChuck Lever <cel@netapp.com>
Wed, 26 Oct 2005 18:51:58 +0000 (14:51 -0400)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:13 +0000 (20:47 +0100)
commit741f278499bbb039814789c0d11639c71512df92
tree270df10b58d75aa6a4d2031802a871129640c060
parentf8fb574771b75e3e4a96b7d48177cda55f681a1b
Prevent stderr from appearing on stdout when running commands

The original purpose was to eliminate "fatal: Needed single revision" when
a ref didn't exist, but this seems like an overall good thing to do to help
with output cleanliness..

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py