Home
last modified time | relevance | path

Searched refs:GitRepo (Results 1 – 9 of 9) sorted by relevance

/plugin/gitbacked/classes/
DGit.php74 * @return GitRepo
78 return GitRepo::createNew($repo_path, $source, $plugin);
89 * @return GitRepo
93 return new GitRepo($repo_path, $plugin);
107 * @return GitRepo
115 return GitRepo::createNew($repo_path, $plugin, $remote, true, $reference);
129 return ($var instanceof GitRepo);
DGitRepo.php16 class GitRepo class
41 * @return GitRepo or null in case of an error
/plugin/git/lib/
DGit.php38 * @return GitRepo
41 return GitRepo::create_new($repo_path, $source);
51 * @return GitRepo
54 return new GitRepo($repo_path);
82 class GitRepo { class
115 * @return GitRepo
/plugin/git/action/
Drevert.php49 $repo = new GitRepo($datapath);
Dmerge.php45 $repo = new GitRepo($datapath);
Dcommit.php55 $repo = new GitRepo($datapath);
Dpush.php60 $repo = new GitRepo($datapath);
/plugin/gitbacked/action/
Deditcommit.php26 use woolfg\dokuwiki\plugin\gitbacked\GitRepo; alias
63 $repo = new GitRepo($repoPath, $this, true, true);
/plugin/git/
Dhelper.php174 $repo = new GitRepo($destination, true, false);
533 $repo = new GitRepo($datapath);