Merge branch 'js/run-command-updates' into next
commitab87bd7048f2a1170e4b90dbeb8cfabcff7dc4d9
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jul 2009 19:26:55 +0000 (13 12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jul 2009 19:26:55 +0000 (13 12:26 -0700)
tree65a2b67a7c48e59559f447be45ef6bb7e89d8260
parenta95ef78275a28fbe142e99bfbd89e761e04fb3e8
parent90e41a89caa464a84e13cbc9378b0348a61f713b
Merge branch 'js/run-command-updates' into next

* js/run-command-updates:
  receive-pack: remove unnecessary run_status report
  run_command: report failure to execute the program, but optionally don't
  run_command: encode deadly signal number in the return value
  run_command: report system call errors instead of returning error codes
  run_command: return exit code as positive value
  MinGW: simplify waitpid() emulation macros
builtin-merge.c
git.c
ll-merge.c
run-command.c
t/t5530-upload-pack-error.sh
transport.c