author | Petr Baudis <pasky@suse.cz> | |
Sat, 24 Jun 2006 02:34:34 +0000 (04:34 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:14:40 +0000 (17:14 -0700) | ||
commit | 8062f81c2d9df5e6552bf267b258ffcc5f647f93 | |
tree | 8a04b8e74fbf4ffcb334a38ba5119e9d494f47cc | tree | snapshot |
parent | eca1f6fdb862e6ca07288ac385725c95fd96490e | commit | diff |
Git.pm: Call external commands using execv_git_cmd()
Instead of explicitly using the git wrapper to call external commands,
use the execv_git_cmd() function which will directly call whatever
needs to be called. GitBin option becomes useless so drop it.
This actually means the exec_path() thing I planned to use worthless
internally, but Jakub wants it in anyway and I don't mind, so...
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Instead of explicitly using the git wrapper to call external commands,
use the execv_git_cmd() function which will directly call whatever
needs to be called. GitBin option becomes useless so drop it.
This actually means the exec_path() thing I planned to use worthless
internally, but Jakub wants it in anyway and I don't mind, so...
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm | diff | blob | history | |
perl/Git.xs | diff | blob | history |