Home
last modified time | relevance | path

Searched defs:repo_path (Results 1 – 3 of 3) sorted by last modified time

/plugin/gitbacked/action/
H A Deditcommit.php219 public function notify_create_new_error($repo_path, $reference, $error_message) {
236 public function notify_repo_path_error($repo_path, $error_message) {
255 public function notify_command_error($repo_path, $cwd, $command, $status, $error_message) {
275 public function notify_command_success($repo_path, $cwd, $command) {
/plugin/gitbacked/lib/
H A DGit.php70 …public static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $pl…
84 public static function open($repo_path, \action_plugin_gitbacked_editcommit $plugin = null) {
101 …public static function &clone_remote($repo_path, $remote, $reference = null, \action_plugin_gitbac…
138 protected $repo_path = null; variable in GitRepo
157 …public static function &create_new($repo_path, \action_plugin_gitbacked_editcommit $plugin = null,…
192 …public function __construct($repo_path = null, \action_plugin_gitbacked_editcommit $plugin = null,…
210 public function set_repo_path($repo_path, $create_new = false, $_init = true) {
369 …protected static function handle_create_new_error($repo_path, $reference, $error_message, $plugin)…
384 protected function handle_repo_path_error($repo_path, $error_message) {
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) {
[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) {