Merge branch 'jc/run-command-report-exec-failure-fix' into maint
commit83243020c8537d48bdaf5d6d43c4be36ad47c8b0
authorJunio C Hamano <gitster@pobox.com>
Sat, 15 Dec 2018 03:24:34 +0000 (15 12:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Dec 2018 03:24:34 +0000 (15 12:24 +0900)
tree472f9f546c271b2ee3c2803aa1c935b2c0631d88
parent916f56d38bc86cf8bed0698afde5051c05e7cc68
parente5a329a279c7ecb5214ccc049ca659aa3ad733cf
Merge branch 'jc/run-command-report-exec-failure-fix' into maint

A recent update accidentally squelched an error message when the
run_command API failed to run a missing command, which has been
corrected.

* jc/run-command-report-exec-failure-fix:
  run-command: report exec failure
run-command.c
t/t0061-run-command.sh