]> git.ipfire.org Git - thirdparty/git.git/commit - gpg-interface.c
gpg-interface: use child_process.args
authorJeff King <peff@peff.net>
Fri, 17 Jun 2016 23:38:35 +0000 (19:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Jun 2016 00:03:55 +0000 (17:03 -0700)
commitaedb5dc343be58c17dc974be401f6d2a9fa26d1e
tree8a710cdc6ceac8d13546e7e3c9d9b835353eb49d
parent05219a1276341e72d8082d76b7f5ed394b7437a4
gpg-interface: use child_process.args

Our argv allocations are relatively straightforward, but
this avoids us having to manually keep the count up to date
(or create new to-be-replaced slots in the declaration) when
we add new arguments.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gpg-interface.c