Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/plugin/tagfilter/script/select2/
Drelease.sh20 curbranch=`git branch | grep "*" | sed "s/* //"`
27 git pull
33 git add bower.json
34 git add select2.jquery.json
35 git add component.json
36 git add composer.json
37 git add package.json
39 git commit -m "modified version identifiers in descriptors for release $ver"
40 git push
42 git branch "$branch"
[all …]
/plugin/git/lib/
DGit.php4 * Git.php
6 * A PHP git library
8 * @package Git.php
12 * @license http://github.com/kbjr/Git.php
21 * Git Interface Class
24 * of git repositories.
26 * @class Git
28 class Git { class
31 * Create a new git repository
45 * Open an existing git repository
[all …]
/plugin/gitbacked/classes/
H A DGit.php6 * Git.php
8 * A PHP git library
10 * @package Git.php
14 * @repo http://github.com/kbjr/Git.php
23 * Git Interface Class
26 * of git repositories.
28 * @class Git
30 class Git class
33 * Git executable location
37 protected static $bin = '/usr/bin/git';
[all …]
H A DGitRepo.php9 * Git Repository Interface Class
12 * of a git repository
18 // This regex will filter a probable password from any string containing a Git URL.
19 // Limitation: it will work for the first git URL occurrence in a string.
32 * Create a new git repository
50 … if (is_dir($repo_path) && file_exists($repo_path . "/.git") && is_dir($repo_path . "/.git")) {
54 '"' . $repo_path . '" is already a git repository',
61 if (!is_dir($reference) || !is_dir($reference . '/.git')) {
65 … '"' . $reference . '" is not a git repository. Cannot use as reference.',
114 * @param bool initialize new Git repo if not exists?
[all …]
H A DGitBackedUtil.php129 * Determine closest git repository path for a given path as absolute PHP realpath().
130 * This search starts in $path - if $path does not contain .git,
132 * containing a .git folder.
135 * @return string the next git repo root dir as absolute PHP realpath()
136 * or empty string, if no git repo found.
142 // Using --git-dir rather than --absolute-git-dir for a wider git versions compatibility
143 //$command = Git::getBin()." rev-parse --absolute-git-dir";
144 $command = Git::getBin() . " rev-parse --git-dir";
158 if (strcmp($repo_git_dir, ".git") === 0) {
170 if (file_exists($repo_path . "/.git") && is_dir($repo_path . "/.git")) {
/plugin/gitbacked/lang/en/
H A Dsettings.php10 $lang['periodicPull'] = 'Pull the remote git repository every "periodicMinutes" triggered by a http…
17 $lang['repoPath'] = 'Path of the git repo(s) (e.g. the savedir ' . $GLOBALS['conf']['savedir'] . ')…
18 $lang['repoWorkDir'] = 'Path of the git working tree, must contain "pages" and "media" directories …
19 $lang['gitPath'] = 'Path to the git binary (if empty, the default "/usr/bin/git" will be used)';
20 $lang['addParams'] = 'Additional git parameters (added to the git execution command) (%user% and %m…
21 $lang['ignorePaths'] = 'Paths/files which are ignored and not added to git (comma-separated)';
22 $lang['emailAddressOnError'] = 'If set, in case of a git error an eMail will be sent to this addres…
23 … <code>emailAddressOnError</code> is defined, an eMail will be sent on any git commit. This is sup…
/plugin/deletepageguard/
H A DRELEASE.md12 - Git integration
20 - Git repository properly configured
127 4. Provide git commands for next steps
129 ### 5. Git Operations
131 Follow the provided git workflow:
135 git status
136 git diff
139 git add -A
142 git commit -m "Release version x.y.z"
145 git tag vx.y.z
[all …]
H A DMakefile23 @echo " status - Show current version and git status"
71 @echo " git add -A"
72 @echo " git commit -m 'Release version $(VERSION)'"
73 @echo " git tag v$(VERSION)"
75 @echo " git push origin main --tags"
80 @echo "Git status:"
81 @git status --short || echo "Not a git repository"
/plugin/dwcommits/lang/en/
Ddwc_admin.txt34 ===== Update Git =====
40 This window is for updating the git. You can check the current status of the git and pull in any n…
43 …s to the commits on the gitHub (or any git) web site. Normally, dwcommits can retrieve the URL fr…
52 To be able to update a git from the web browser, you may have to create a separate ssh key for the…
64 sudo -u apache git clone git@github.com:turnermm/fckgLite
71 ===== Advanced Git Options =====
77 …hub, then to merge this data into your git. These two steps are combined in the pull function of t…
86 In this window you can change the current git and switch to another branch of the current git.
118 Clicking on Prune Entries will delete the entry for this git from the dwcommits records, which are …
/plugin/pagecss/.github/workflows/
H A Dmain.yml17 - name: Set up git config
19 git config --global user.name "GitHub Actions"
20 git config --global user.email "actions@github.com"
22 - name: Install git-cliff
24 …curl -sSL https://github.com/orhun/git-cliff/releases/download/v1.3.0/git-cliff-1.3.0-x86_64-unkno…
25 sudo mv git-cliff /usr/local/bin/
28 run: git-cliff -o CHANGELOG.md
/plugin/git/conf/
Ddefault.php3 $conf['git_exe_path'] = '/usr/bin/git';
5 // $conf['plugin']['git']['git_exe_path'] = '"C:\Program Files (x86)\Git\bin\git.exe"';
7 $conf['local_status_page'] = 'wiki:git:localstatus';
8 $conf['origin_status_page'] = 'wiki:git:originstatus';
/plugin/combo/
H A Dcontrib.md48 git clone https://github.com/dokuwiki/dokuwiki combo
56 git clone git@github.com:ComboStrap/combo
63 git clone https://github.com/cosmocode/sqlite sqlite
64 git clone https://github.com/michitux/dokuwiki-plugin-move/ move
65 git clone https://github.com/dokufreaks/plugin-include include
66 git clone https://github.com/tatewake/dokuwiki-plugin-googleanalytics googleanalytics
67 git clone https://github.com/alexlehm/dokuwiki-plugin-gtm googletagmanager
73 git clone git@github.com:ComboStrap/combo_test.git _test
93 * Git
/plugin/findologicxmlexport/vendor/composer/
Dinstalled.json7 "type": "git",
8 "url": "https://github.com/doctrine/annotations.git",
77 "type": "git",
78 "url": "https://github.com/doctrine/instantiator.git",
135 "type": "git",
136 "url": "https://github.com/doctrine/lexer.git",
191 "type": "git",
192 "url": "https://github.com/findologic/libflexport.git",
247 "type": "git",
248 "url": "https://github.com/goetas-webservices/xsd2php-runtime.git",
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/php-fig/log.git",
53 "type": "git",
54 "url": "https://github.com/doctrine/instantiator.git",
107 "type": "git",
108 "url": "https://bitbucket.org/erblearn/testing-tools.git",
146 "type": "git",
147 "url": "https://github.com/Seldaek/monolog.git",
222 "type": "git",
223 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
[all …]
/plugin/gitbacked/lang/de/
H A Dsettings.php10 $lang['periodicPull'] = 'Pull des remote git Repositories alle "periodicMinutes", getriggert von ei…
17 $lang['repoPath'] = 'Pfad des git repo (z.B. das <code>savedir</code> ' . $GLOBALS['conf']['savedir…
18 $lang['repoWorkDir'] = 'Pfad des git working tree. Dieser muss die "pages" and "media" Verzeichniss…
19 $lang['gitPath'] = 'Pfad zum git binary (Wenn leer, dann wird der Standard "/usr/bin/git" verwendet…
20 $lang['addParams'] = 'Zusätzliche git Parameter (diese werden dem git Kommando zugefügt) (%user% un…
21 $lang['ignorePaths'] = 'Pfade/Dateien die ignoriert werden und nicht von git archiviert werden soll…
/plugin/findologicxmlexport/vendor/sebastian/version/src/
DVersion.php55 $git = $this->getGitInformation($this->path);
57 if ($git) {
59 $this->version = $git;
61 $git = explode('-', $git);
63 $this->version = $this->release . '-' . end($git);
78 if (!is_dir($path . DIRECTORY_SEPARATOR . '.git')) {
83 'git describe --tags',
/plugin/todo/
H A DREADME.md14 git push origin
15 git tag `date +%F`
16 git tag --force latest
17 git push origin `date +%F`
19 git push -f origin latest
25 git fetch --tags -f
/plugin/openid/
DMakefile2 # - all: export the files from Git, produce a ZIP and a TAR archive.
3 # - export: export the files from Git.
9 GIT = git macro
26 @echo "Exporting files from Git..."
31 $(GIT) checkout-index -a -f --prefix=$(STAGE)/ ; \
34 @echo "Git export complete."
/plugin/barcodes/
Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/jucksearm/php-barcode.git",
67 "type": "git",
68 "url": "https://github.com/doctrine/instantiator.git",
137 "type": "git",
138 "url": "https://github.com/myclabs/DeepCopy.git",
197 "type": "git",
198 "url": "https://github.com/nikic/PHP-Parser.git",
255 "type": "git",
256 "url": "https://github.com/phar-io/manifest.git",
[all …]
/plugin/findologicxmlexport/vendor/sebastian/version/
DREADME.md3 **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 …art of) a Git repository and `$release` is in `X.Y` format then a string is returned that begins w…
/plugin/asciidocjs/node_modules/minimist/
Dpackage.json26 "version": "auto-changelog && git add CHANGELOG.md",
27 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
43 "type": "git",
44 "url": "git://github.com/minimistjs/minimist.git"
/plugin/asciidocjs/node_modules/call-bind/
Dpackage.json28 "version": "auto-changelog && git add CHANGELOG.md",
29 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
32 "type": "git",
33 "url": "git+https://github.com/ljharb/call-bind.git"
/plugin/git/action/
Dalertcommited.php9 require_once(DOKU_PLUGIN.'git/lib/Git.php');
17 $this->helper =& plugin_load('helper', 'git');
18 …if(!$this->helper) msg('Loading the git helper in the git_alertupstreamchanges class failed.', -1);
42 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
43 $gitLocalStatusUrl = wl($conf['plugin']['git']['local_status_page'],'',true);
47 …if ($gitLocalStatusUrl === $currentURL) return; // Skip local GIT status page, no notification ne…
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock14 "type": "git",
15 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
75 "type": "git",
76 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
122 "type": "git",
123 "url": "https://github.com/sebastianbergmann/php-text-template.git",
163 "type": "git",
164 "url": "https://github.com/sebastianbergmann/php-timer.git",
204 "type": "git",
205 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
[all …]
/plugin/asciidocjs/node_modules/has-proto/
Dpackage.json19 "version": "auto-changelog && git add CHANGELOG.md",
20 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
23 "type": "git",
24 "url": "git+https://github.com/inspect-js/has-proto.git"

12345678910>>...20