Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 2018-08-21 | 1 | -5/+4 |
* | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 2018-04-11 | 1 | -1/+1 |
* | t/helper: merge test-run-command into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -12/+12 |
* | run-command.c: print env vars in trace_run_command() | Nguyễn Thái Ngọc Duy | 2018-01-19 | 1 | -0/+37 |
* | run-command: restrict PATH search to executable files | Brandon Williams | 2017-04-26 | 1 | -0/+30 |
* | t0061: run_command executes scripts without a #! line | Brandon Williams | 2017-04-21 | 1 | -0/+11 |
* | run-command: add an asynchronous parallel child processor | Stefan Beller | 2015-12-16 | 1 | -0/+53 |
* | tests: correct misuses of POSIXPERM | Junio C Hamano | 2015-01-16 | 1 | -1/+1 |
* | run-command: treat inaccessible directories as ENOENT | Jeff King | 2012-04-06 | 1 | -0/+13 |
* | tests: check error message from run_command | Jonathan Nieder | 2011-04-20 | 1 | -0/+23 |
* | start_command: detect execvp failures early | Johannes Sixt | 2010-01-10 | 1 | -0/+14 |