annotate: use argv_array
authorRené Scharfe <l.s.r@web.de>
Wed, 16 Jul 2014 08:51:33 +0000 (10:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:10:11 +0000 (11:10 -0700)
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>
No differences found