Home
last modified time | relevance | path

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

/plugin/gitbacked/classes/
DGitRepo.php558 public function activeBranch($keep_asterisk = false) function in woolfg\\dokuwiki\\plugin\\gitbacked\\GitRepo
561 $activeBranch = preg_grep("/^\*/", $branchArray);
562 reset($activeBranch);
564 return current($activeBranch);
566 return str_replace("* ", "", current($activeBranch));
/plugin/gitbacked/action/
Deditcommit.php109 $repo->push('origin', $repo->activeBranch());
189 $repo->pull('origin', $repo->activeBranch());