Searched refs:Git (Results 1 – 25 of 49) sorted by relevance
12
25 use woolfg\dokuwiki\plugin\gitbacked\Git; alias59 Git::setBin($gitPath);69 Git::setBin(empty($repoWorkDir) ? Git::getBin()70 : Git::getBin() . ' --work-tree ' . escapeshellarg($repoWorkDir));77 Git::setBin(Git::getBin() . ' ' . $params);
3 **Version** is a library that helps with managing the version number of Git-hosted PHP projects.40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` …41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is…42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
5 name Git Log (based on: Doku-Git-Viewer)
1 # Git repository log viewer for Dokuwiki13 * Git
1 Git repository viewer plugin for Dokuwiki30 Git
5 name Doku-Git-Viewer
1 This is a dummy file to prevent Git from ignoring this empty directory.
1 This is a simple Git plugin for dokuwiki.
1 ==== An FAILURE with the Git repo path occurred on @DOKUWIKIURL@ ====
1 ==== The creation of a new Git repo FAILED on @DOKUWIKIURL@ ====
1 ==== The following Git command was performed on @DOKUWIKIURL@ ====
1 ==== The following Git command FAILED on @DOKUWIKIURL@ ====
6 desc Pages and Media are stored in Git
1 ==== Ein FEHLER mit dem konfigurierten Git Repository Pfad ist aufgetreten auf @DOKUWIKIURL@ ====
1 ==== FEHLER beim Anlegen eines neuen Git Repositories auf @DOKUWIKIURL@ ====
1 ==== Der folgende Git Befehl wurde ausgeführt auf @DOKUWIKIURL@ ====
1 ==== Der folgende Git Befehl ist FEHLGESCHLAGEN auf @DOKUWIKIURL@ ====
30 class Git class
144 $command = Git::getBin() . " rev-parse --git-dir";
192 $resource = proc_open(Git::getBin(), $descriptorspec, $pipes);275 return $this->runCommand(Git::getBin() . " " . $command);
38 use SebastianBergmann\Git;40 $git = new Git('/usr/local/src/money');
7 * Switch from Bazaar to Git.
34 ===== Update Git =====71 ===== Advanced Git Options =====77 …our git. These two steps are combined in the pull function of the **Update Git** window. In this …
21 …s while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-His…
28 * Git: Add the `.gitignore` file. (Ivan Enderlin, 2016-01-06T08:02:54+01:00)