commit | d1d094564ac818a79465f249ca765ab7ef97d443 | [log] [tgz] |
---|---|---|
author | René Scharfe <l.s.r@web.de> | Wed Jul 16 23:57:47 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jul 17 15:09:24 2014 -0700 |
tree | 3cf09b4716b859d35fa285330b3b03d2150bf44d | |
parent | 4bbaa1eb6fb4a520069e53ec5afa977a316a5d36 [diff] |
run-command: use internal argv_array of struct child_process in run_hook_ve() Use the existing argv_array member instead of providing our own. This way we don't have to initialize or clean it up explicitly. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>