receive-pack: do not overstep command line argument array
commit0d086b8e33820d7cf87386a912e2939c59822f35
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2011 19:31:01 +0000 (8 12:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2011 19:31:01 +0000 (8 12:31 -0700)
tree0a44aa5d8e45705f4c3fcc565a96eb6107a39ba1
parent90a6c7d443058e8ad3eb36d21f4ede99addbca61
receive-pack: do not overstep command line argument array

Previous commit added one element to the command line, without
making sure the result fits there.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/receive-pack.c