]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/run-command-updates'
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Aug 2009 05:14:57 +0000 (22:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Aug 2009 05:14:57 +0000 (22:14 -0700)
commit08ac69685a5b6bea45df1fd62ea1d9b7c0258d0b
tree3f3ccdcda78c82ed450666d22a0b463cf3eac6b3
parent0c4f21e452dca5a705c36ca7e363c1a3b3c2a5b8
parent0b91322311b649a4b5f9581fec2dca9e1c2da716
Merge branch 'js/run-command-updates'

* js/run-command-updates:
  api-run-command.txt: describe error behavior of run_command functions
  run-command.c: squelch a "use before assignment" warning
  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