Home
last modified time | relevance | path

Searched refs:repo_path (Results 1 – 3 of 3) sorted by relevance

/plugin/gitbacked/lib/
H A DGit.php138 protected $repo_path = null; variable in GitRepo
158 if (is_dir($repo_path) && file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
213 $repo_path = $new_path;
216 if (file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
217 $this->repo_path = $repo_path;
223 $this->repo_path = $repo_path;
228 $this->repo_path = $repo_path;
242 mkdir($repo_path);
243 $this->repo_path = $repo_path;
262 return ($this->bare) ? $this->repo_path : $this->repo_path."/.git";
[all …]
/plugin/git/lib/
H A DGit.php84 protected $repo_path = null; variable in GitRepo
118 if (is_dir($repo_path) && file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
140 if (is_string($repo_path))
155 if (is_string($repo_path)) {
157 $repo_path = $new_path;
158 if (is_dir($repo_path)) {
159 if (file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
160 $this->repo_path = $repo_path;
163 $this->repo_path = $repo_path;
175 mkdir($repo_path);
[all …]
/plugin/gitbacked/action/
H A Deditcommit.php219 public function notify_create_new_error($repo_path, $reference, $error_message) { argument
221 'GIT_REPO_PATH' => $repo_path,
236 public function notify_repo_path_error($repo_path, $error_message) { argument
238 'GIT_REPO_PATH' => $repo_path,
255 public function notify_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
257 'GIT_REPO_PATH' => $repo_path,
275 public function notify_command_success($repo_path, $cwd, $command) { argument
280 'GIT_REPO_PATH' => $repo_path,