Home
last modified time | relevance | path

Searched refs:get_bin (Results 1 – 2 of 2) sorted by relevance

/plugin/gitbacked/action/
H A Deditcommit.php48 …Git::set_bin(empty($repoWorkDir) ? Git::get_bin() : Git::get_bin().' --work-tree '.escapeshellarg(…
54 Git::set_bin(Git::get_bin().' '.$params);
/plugin/gitbacked/lib/
H A DGit.php48 public static function get_bin() { function in Git
277 $resource = proc_open(Git::get_bin(), $descriptorspec, $pipes);
358 return $this->run_command(Git::get_bin()." ".$command);