OSDN Git Service

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)
commite13de0bdd80ca1f9e18c1d00e8d75fc6a3bc0824
tree05935d9547be8288065d7c26b02d7e3af8345777
parent5d2a30d7d8777319c745804f040fa405d02169ce
parent65a3629ea3fa91fbf4c434bf25d84ce163aa2360
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