]> git.ipfire.org Git - thirdparty/git.git/commit - sub-process.c
sub-process: move sub-process functions into separate files
authorBen Peart <peartben@gmail.com>
Fri, 5 May 2017 15:28:01 +0000 (11:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2017 04:01:57 +0000 (13:01 +0900)
commit99605d62e8e7e568035dc953b24b79b3d52f0522
tree4a55a99f460e16e0b2bbcce036f3611534357f5c
parentf514d7d177f7cabbacc3f2cda96ca211266ac2ff
sub-process: move sub-process functions into separate files

Move the sub-proces functions into sub-process.h/c.  Add documentation
for the new module in Documentation/technical/api-sub-process.txt

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-sub-process.txt [new file with mode: 0644]
Makefile
convert.c
sub-process.c [new file with mode: 0644]
sub-process.h [new file with mode: 0644]