My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5d2a30d
65a3629
)
Merge branch 'mp/upload-pack-use-embedded-args'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 3 Apr 2016 17:29:23 +0000
(10:29 -0700)
committer
Junio 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