Home
last modified time | relevance | path

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

/plugin/gitbacked/lib/
H A DGit.php70 public static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $plugin = null) { argument
84 public static function open($repo_path, \action_plugin_gitbacked_editcommit $plugin = null) { argument
101 public static function &clone_remote($repo_path, $remote, $reference = null, \action_plugin_gitbacked_editcommit $plugin = null) { argument
138 protected $repo_path = null; variable in GitRepo
157 public static function &create_new($repo_path, \action_plugin_gitbacked_editcommit $plugin = null, $source = null, $remote_source = false, $reference = null) { argument
192 __construct($repo_path = null, \\action_plugin_gitbacked_editcommit $plugin = null, $create_new = false, $_init = true) global() argument
210 set_repo_path($repo_path, $create_new = false, $_init = true) global() argument
369 handle_create_new_error($repo_path, $reference, $error_message, $plugin) global() argument
384 handle_repo_path_error($repo_path, $error_message) global() argument
402 handle_command_error($repo_path, $cwd, $command, $status, $error_message) global() argument
418 handle_command_success($repo_path, $cwd, $command) global() argument
[all...]
/plugin/git/lib/
H A DGit.php40 public static function &create($repo_path, $source = null) {
53 public static function open($repo_path) {
84 protected $repo_path = null; variable in GitRepo
117 public static function &create_new($repo_path, $source = null) {
139 public function __construct($repo_path = null, $create_new = false, $_init = true) {
154 public function set_repo_path($repo_path, $create_new = false, $_init = true) {
/plugin/gitbacked/action/
H A Deditcommit.php219 notify_create_new_error($repo_path, $reference, $error_message) global() argument
236 notify_repo_path_error($repo_path, $error_message) global() argument
255 notify_command_error($repo_path, $cwd, $command, $status, $error_message) global() argument
275 notify_command_success($repo_path, $cwd, $command) global() argument