Home
last modified time | relevance | path

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

/plugin/git/lib/
DGit.php221 protected function run_command($command) { function in GitRepo
253 return $this->run_command($path." ".$command);
390 $this->run_command($fullcmd);
394 $this->run_command($fullcmd);
398 $this->run_command($fullcmd);
402 $this->run_command($fullcmd);
443 $this->run_command($fullcmd);
/plugin/gitbacked/
DCHANGELOG.md100 - Avoid using $_ENV in `lib/Git.php#run_command` - PR [#91]