Lines Matching full:repository
9 * Git Repository Interface Class
12 * of a git repository
32 * Create a new git repository
37 * @param string repository path
54 '"' . $repo_path . '" is already a git repository',
65 … '"' . $reference . '" is not a git repository. Cannot use as reference.',
86 * Accepts a repository path
89 * @param string repository path
107 * Set the repository's path
109 * Accepts the repository path
112 * @param string repository path
142 '"' . $repo_path . '" is not a git repository'
159 'cannot create repository in non-existent directory'
205 * Run a command in the git repository
265 * Run a git command in the git repository
282 * @param string repository path
298 * @param string repository path
314 * @param string repository path
333 * @param string repository path
421 * Runs a `git clone` call to clone the current repository
436 * Runs a `git clone` call to clone a different repository
437 * into the current repository
451 * Runs a `git clone` call to clone a remote repository
452 * into the current repository
634 * List all the available repository tags.
640 * @return array Available repository tags.