Home
last modified time | relevance | path

Searched refs:git_path (Results 1 – 6 of 6) sorted by last modified time

/plugin/git/action/
H A Drevert.php50 $repo->git_path = $git_exe_path;
H A Dcommit.php56 $repo->git_path = $git_exe_path;
H A Dmerge.php46 $repo->git_path = $git_exe_path;
H A Dpush.php61 $repo->git_path = $git_exe_path;
/plugin/git/
H A Dhelper.php175 $repo->git_path = $git_exe_path;
534 $repo->git_path = $git_exe_path;
/plugin/git/lib/
H A DGit.php90 public $git_path = '/usr/bin/git'; variable in GitRepo
200 $resource = proc_open($this->git_path, $descriptorspec, $pipes);
252 $path = $this->git_path;
389 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd;
393 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd;
397 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd;
401 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd;
441 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd;