commit | 8c2cfa55446f542454eb4acc7f49d1747e425c94 | [log] [tgz] |
---|---|---|
author | René Scharfe <l.s.r@web.de> | Wed Jul 16 10:51:33 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 16 11:10:11 2014 -0700 |
tree | cdb357d0fae79890827c6e488cbed69eef837fe6 | |
parent | 45067fc973c31953ab283f77f0f91eba9a272624 [diff] |
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>