]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
upload-pack: use argv_array for pack_objects
authorMichael Procter <michael@procter.org.uk>
Thu, 25 Feb 2016 12:13:26 +0000 (12:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2016 22:20:25 +0000 (14:20 -0800)
commit65a3629ea3fa91fbf4c434bf25d84ce163aa2360
tree6ca369e83152ab2e0996cb479c61ed07f070c2ed
parent326e5bc91eecf73234ead29636207bc516573e79
upload-pack: use argv_array for pack_objects

Use the argv_array in the child_process structure, to avoid having to
manually maintain an array size.

Signed-off-by: Michael Procter <michael@procter.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
upload-pack.c