author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Mar 2007 23:00:15 +0000 (19:00 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 13 Mar 2007 06:40:18 +0000 (23:40 -0700) | ||
commit | df91ba36b1e93053ff9353a8d5c0c8c5f754a391 | |
tree | a8e7775357a3f0b028cab30480a7d3a7f18cbd08 | tree | snapshot |
parent | 1a8f27413bfe438ce8f8aba56aa48f980f6144d1 | commit | diff |
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>
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 | diff | blob | history |