summaryrefslogtreecommitdiffstats
path: root/sub-process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tg/memfixes'Junio C Hamano2017-10-071-2/+1
|\
| * sub-process: use child_process.args instead of child_process.argvJohannes Sixt2017-10-041-2/+1
* | Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano2017-09-251-2/+2
|\ \
| * | subprocess: loudly die when subprocess asks for an unsupported capabilityJunio C Hamano2017-09-111-2/+2
| |/
* | Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano2017-08-241-2/+2
|\|
| * sub-process: print the cmd when a capability is unsupportedChristian Couder2017-08-161-2/+2
* | Merge branch 'jt/subprocess-handshake'Junio C Hamano2017-08-111-0/+104
|\|
| * sub-process: refactor handshake to common functionJonathan Tan2017-07-261-0/+104
* | convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller2017-07-051-2/+5
|/
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-3/+4
* convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-151-3/+7
* sub-process: move sub-process functions into separate filesBen Peart2017-05-151-0/+102