Switch to run_command_v_opt in revert
commit497bdc88d661b3da15fdd5365293381bd66010c9
authorShawn O. Pearce <spearce@spearce.org>
Sat, 10 Mar 2007 08:27:28 +0000 (10 03:27 -0500)
committerJunio C Hamano <junkio@cox.net>
Mon, 12 Mar 2007 05:49:25 +0000 (11 22:49 -0700)
tree9dd080f5b50c2ca9eefdcc28cbbb0e17c0e92270
parent538778469ca267c8888bc659d20680c3a1e077fd
Switch to run_command_v_opt in revert

Another change by me is removing the va_list variants of run_command,
one of which is used by builtin-revert.c.  To avoid compile errors
I'm refactoring builtin-revert to use the char** variant instead,
as that variant is staying.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-revert.c