From: Junio C Hamano Date: Tue, 13 Jun 2017 20:26:59 +0000 (-0700) Subject: Merge branch 'bw/forking-and-threading' into maint X-Git-Tag: v2.13.2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e350625b68cf747e4933239735ceb111f4375a83?ds=inline;hp=--cc Merge branch 'bw/forking-and-threading' into maint The "run-command" API implementation has been made more robust against dead-locking in a threaded environment. * bw/forking-and-threading: usage.c: drop set_error_handle() run-command: restrict PATH search to executable files run-command: expose is_executable function run-command: block signals between fork and execve run-command: add note about forking and threading run-command: handle dup2 and close errors in child run-command: eliminate calls to error handling functions in child run-command: don't die in child when duping /dev/null run-command: prepare child environment before forking string-list: add string_list_remove function run-command: use the async-signal-safe execv instead of execvp run-command: prepare command before forking t0061: run_command executes scripts without a #! line t5550: use write_script to generate post-update hook --- e350625b68cf747e4933239735ceb111f4375a83