Searched refs:GitRepo (Results 1 – 8 of 8) sorted by relevance
/plugin/gitbacked/lib/ |
H A D | Git.php | 68 * @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 D | Git.php | 38 * @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 D | revert.php | 49 $repo = new GitRepo($datapath);
|
H A D | merge.php | 45 $repo = new GitRepo($datapath);
|
H A D | commit.php | 55 $repo = new GitRepo($datapath);
|
H A D | push.php | 60 $repo = new GitRepo($datapath);
|
/plugin/git/ |
H A D | helper.php | 174 $repo = new GitRepo($destination, true, false); 533 $repo = new GitRepo($datapath);
|
/plugin/gitbacked/action/ |
H A D | editcommit.php | 42 $repo = new GitRepo($repoPath, $this, true, true);
|