Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: address readability-else-after-return lint | Ben Boeckel | 2020-04-13 | 1 | -1/+2 |
| | |||||
* | execute_process: Add option to get results of every child | Adam Weisi | 2017-06-10 | 1 | -0/+30 |
Add a `RESULTS_VARIABLE` option to get the results of all children in a pipeline of one or more `COMMAND`s. |