revert: use run_command_v_opt() instead of execv_git_cmd()
commit2fb0e14f4014a4f5027401bc7156929309449726
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 2 Jun 2010 05:58:35 +0000 (2 07:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2010 17:09:41 +0000 (2 10:09 -0700)
tree75ec6499d8638574084c077f3d608f606a267e92
parent831244bd0df6871c618fc8becbb5c0f1fb8f5459
revert: use run_command_v_opt() instead of execv_git_cmd()

This is needed by the following commits, because we are going
to cherry pick many commits instead of just one.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/revert.c