summaryrefslogtreecommitdiff
path: root/sub-process.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren2023-02-231-1/+0
* hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
* hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-2/+2
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-3/+3
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-1/+1
* Docs: split out long-running subprocess handshakejt/long-running-process-docJonathan Tan2018-01-251-2/+2
* Merge branch 'jt/subprocess-handshake'Junio C Hamano2017-08-111-2/+49
|\
| * sub-process: refactor handshake to common functionjt/subprocess-handshakeJonathan Tan2017-07-261-0/+26
| * Documentation: migrate sub-process docs to headerJonathan Tan2017-07-261-2/+23
* | convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller2017-07-051-2/+2
|/
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-2/+4
* sub-process: correct path to API docs in a commentChristian Couder2017-06-151-1/+1
* convert: update subprocess_read_status() to not die on EOFbp/sub-process-convert-filterBen Peart2017-05-151-1/+1
* sub-process: move sub-process functions into separate filesBen Peart2017-05-151-0/+49