Searched refs:getBin (Results 1 – 5 of 5) sorted by relevance
69 Git::setBin(empty($repoWorkDir) ? Git::getBin()70 : Git::getBin() . ' --work-tree ' . escapeshellarg($repoWorkDir));77 Git::setBin(Git::getBin() . ' ' . $params);
52 public static function getBin() function in woolfg\\dokuwiki\\plugin\\gitbacked\\Git
144 $command = Git::getBin() . " rev-parse --git-dir";
192 $resource = proc_open(Git::getBin(), $descriptorspec, $pipes);275 return $this->runCommand(Git::getBin() . " " . $command);
69 public function getBin() function in splitbrain\\phpcli\\Options