Home
last modified time | relevance | path

Searched refs:getBin (Results 1 – 5 of 5) sorted by relevance

/plugin/gitbacked/action/
Deditcommit.php69 Git::setBin(empty($repoWorkDir) ? Git::getBin()
70 : Git::getBin() . ' --work-tree ' . escapeshellarg($repoWorkDir));
77 Git::setBin(Git::getBin() . ' ' . $params);
/plugin/gitbacked/classes/
DGit.php52 public static function getBin() function in woolfg\\dokuwiki\\plugin\\gitbacked\\Git
DGitBackedUtil.php144 $command = Git::getBin() . " rev-parse --git-dir";
DGitRepo.php192 $resource = proc_open(Git::getBin(), $descriptorspec, $pipes);
275 return $this->runCommand(Git::getBin() . " " . $command);
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DOptions.php69 public function getBin() function in splitbrain\\phpcli\\Options