From: Junio C Hamano Date: Sun, 3 Apr 2016 17:29:23 +0000 (-0700) Subject: Merge branch 'mp/upload-pack-use-embedded-args' X-Git-Tag: v2.9.0-rc0~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e13de0bdd80ca1f9e18c1d00e8d75fc6a3bc0824;p=thirdparty%2Fgit.git Merge branch 'mp/upload-pack-use-embedded-args' The embedded args argv-array in the child process is used to build the command line to run pack-objects instead of using a separate array of strings. * mp/upload-pack-use-embedded-args: upload-pack: use argv_array for pack_objects --- e13de0bdd80ca1f9e18c1d00e8d75fc6a3bc0824