Home
last modified time | relevance | path

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

/plugin/gitbacked/lib/
H A DGit.php68 * @return GitRepo
71 return GitRepo::create_new($repo_path, $source, $plugin);
82 * @return GitRepo
85 return new GitRepo($repo_path, $plugin);
99 * @return GitRepo
102 return GitRepo::create_new($repo_path, $plugin, $remote, true, $reference);
115 return ($var instanceof GitRepo);
130 class GitRepo { class
155 * @return GitRepo or null in case of an error
/plugin/git/lib/
H A 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/
H A Drevert.php49 $repo = new GitRepo($datapath);
H A Dmerge.php45 $repo = new GitRepo($datapath);
H A Dcommit.php55 $repo = new GitRepo($datapath);
H A Dpush.php60 $repo = new GitRepo($datapath);
/plugin/git/
H A Dhelper.php174 $repo = new GitRepo($destination, true, false);
533 $repo = new GitRepo($datapath);
/plugin/gitbacked/action/
H A Deditcommit.php42 $repo = new GitRepo($repoPath, $this, true, true);