Use RUN_GIT_CMD to run push backends
commitdf91ba36b1e93053ff9353a8d5c0c8c5f754a391
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Mar 2007 23:00:15 +0000 (12 19:00 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Mar 2007 06:40:18 +0000 (12 23:40 -0700)
treea8e7775357a3f0b028cab30480a7d3a7f18cbd08
parent1a8f27413bfe438ce8f8aba56aa48f980f6144d1
Use RUN_GIT_CMD to run push backends

If we hand run_command RUN_GIT_CMD rather than 0 it will use
the execv_git_cmd path rather than execvp at the OS level.
This is typically the preferred way of running another Git
utility.

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