Re: [PATCH] Git.pm: Call external commands using execv_git_cmd()
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:30
Petr Baudis [off-list ref] writes:
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.