annotate: use argv_array
commit8c2cfa55446f542454eb4acc7f49d1747e425c94
authorRené Scharfe <l.s.r@web.de>
Wed, 16 Jul 2014 08:51:33 +0000 (16 10:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:10:11 +0000 (16 11:10 -0700)
treecdb357d0fae79890827c6e488cbed69eef837fe6
parent45067fc973c31953ab283f77f0f91eba9a272624
annotate: use argv_array

Simplify the code and get rid of some magic constants by using
argv_array to build the argument list for cmd_blame.  Be lazy and let
the OS release our allocated memory, as before.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/annotate.c