Changes from v1: - Moved API docs to header file - Updated documentation - Updated commit message of patch 2 to explain why the error message changed Jonathan Tan (2): Documentation: migrate sub-process docs to header sub-process: refactor handshake to common function Documentation/technical/api-sub-process.txt | 59 ------------------ convert.c | 61 +++---------------- pkt-line.c | 19 ------ pkt-line.h | 2 - sub-process.c | 94 +++++++++++++++++++++++++++++ sub-process.h | 51 +++++++++++++++- t/t0021-conversion.sh | 2 +- 7 files changed, 151 insertions(+), 137 deletions(-) delete mode 100644 Documentation/technical/api-sub-process.txt -- 2.14.0.rc0.400.g1c36432dff-goog