git-wrapper: ensure the child process exit code is returned.
commit726102c90a1ac6ff67b041b8855fd74815dd9979
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 6 Jul 2012 18:56:19 +0000 (6 19:56 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 6 Jul 2012 18:56:19 +0000 (6 19:56 +0100)
treeeabf9e36f26afbedbebe1c88b89f376b22a33247
parentd9cd7aec1328d113cc05af4caf7f6b132defae3d
git-wrapper: ensure the child process exit code is returned.

The new compiled git wrapper failed to propagate the error code from the
wrapped process which causes problems when scripting git commands.
Also print error messages if something fails when launching the target
process.

This resolves github issue #43.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
src/git-wrapper/git-wrapper.c