mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
This reverts commit194c1dbb5a. Instead of mapping exit values < 0 to 1, the original exit code should be fixed. For example, commit2488df84a2fixes this for run_command. All tests still pass after this revert. The git_exit() workaround seems no longer necessary. Signed-off-by: Steffen Prohaska <prohaska@zib.de>