OSDN Git Service

Fix error in CGit::Run causing git error messages to be lost
authorColin Law <colin@clanlaw.org.uk>
Mon, 2 Feb 2009 14:40:00 +0000 (14:40 +0000)
committerFrank Li <lznuaa@gmail.com>
Mon, 2 Feb 2009 14:57:52 +0000 (22:57 +0800)
commitb40e83177f4f804dcc7f83d04a1e67c1eab9881c
treec8e93668be30924772ecf46ef63d5508137ca4b3
parent6a5017cb565bb7fc16b264e5fe71425071510b20
Fix error in CGit::Run causing git error messages to be lost

In CGit::Run if git.exe failed with an exit code then the message
was not picked up.
src/Git/Git.cpp