]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mp/upload-pack-use-embedded-args'
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Apr 2016 17:29:23 +0000 (10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Apr 2016 17:29:24 +0000 (10:29 -0700)
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


Trivial merge