interpret-trailers: don't duplicate option strings
commit7c4b169585ebe650783051c4b7a7b17de62836ad
authorJeff King <peff@peff.net>
Mon, 13 Jun 2016 05:39:20 +0000 (13 01:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2016 17:33:14 +0000 (13 10:33 -0700)
treeb021308207ccf6ab7807b7f3941a2e595eca8cc2
parent7a7a517a2f6264a893ed47f8daf02cb221aca67c
interpret-trailers: don't duplicate option strings

There's no need to do so; the argv strings will last until
the end of the program.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/interpret-trailers.c