Home
last modified time | relevance | path

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

123

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php179 'git', 'git add', 'git add--interactive', 'git am', 'git annotate',
180 'git apply', 'git archive', 'git bisect', 'git bisect--helper',
181 'git blame', 'git branch', 'git bundle', 'git cat-file',
182 'git check-attr', 'git checkout', 'git checkout-index',
183 'git check-ref-format', 'git cherry', 'git cherry-pick',
184 'git clean', 'git clone', 'git commit', 'git commit-tree',
185 'git config', 'git count-objects', 'git daemon', 'git describe',
186 'git diff', 'git diff-files', 'git diff-index', 'git difftool',
187 'git difftool--helper', 'git diff-tree', 'git fast-export',
188 'git fast-import', 'git fetch', 'git fetch-pack',
[all …]
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml42 - name: Set git identity
44 git config --global user.name "${{ github.actor }}"
45 git config --global user.email "${{ github.actor }}@users.noreply.github.com"
57 if git rev-parse "release-${{ env.next_version }}" >/dev/null 2>&1; then
64 git merge -s ours origin/stable
66 git add VERSION
68 git add doku.php
69 git commit --amend -m 'Release preparations for ${{ env.next_raw }}'
70 git log -1
71 git log origin/stable..master --oneline
[all …]
H A DdeletedFiles.yml26 for E in $(git ls-tree -r master --name-only); do
27 if (git check-attr export-ignore "$E" | grep -q "export-ignore: set"); then
35 …for F in $(git diff origin/stable..HEAD --summary | awk '/^ delete/ && $4 !~ /^(VERSION)/ {print $…
36 if (git check-attr export-ignore "$F" | grep -q "export-ignore: set"); then
H A Drelease-build.yml26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then
38 github.rest.git.createRef({
/dokuwiki/bin/
H A Dgittool.php14 * Easily manage DokuWiki git repositories
29 "Manage git repositories for DokuWiki and its plugins and templates.\n\n" .
43 …'Tries to install a known plugin or template (prefix with template:) via git. Uses the DokuWiki.or…
44 …'plugin repository to find the proper git repository. Multiple extensions can be given as paramete…
55 …'The same as clone, but when no git source repository can be found, the extension is installed via…
67 'Lists all git repositories found in this DokuWiki installation'
72 …'Any unknown commands are assumed to be arguments to git and will be executed in all repositories …
111 * Tries to install the given extensions using git clone
139 * Tries to install the given extensions using git clone with fallback to install
177 * Executes the given git command in every repository
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock14 "type": "git",
15 "url": "https://github.com/doctrine/instantiator.git",
83 "type": "git",
84 "url": "https://github.com/myclabs/DeepCopy.git",
141 "type": "git",
142 "url": "https://github.com/phar-io/manifest.git",
201 "type": "git",
202 "url": "https://github.com/phar-io/version.git",
252 "type": "git",
253 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
[all …]
/dokuwiki/_test/
H A Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/scotteh/php-dom-wrapper.git",
73 "type": "git",
74 "url": "https://github.com/symfony/css-selector.git",
139 "type": "git",
140 "url": "https://github.com/symfony/polyfill-php80.git",
221 "type": "git",
222 "url": "https://github.com/doctrine/instantiator.git",
291 "type": "git",
292 "url": "https://github.com/myclabs/DeepCopy.git",
[all …]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock14 "type": "git",
15 "url": "https://github.com/doctrine/instantiator.git",
84 "type": "git",
85 "url": "https://github.com/myclabs/DeepCopy.git",
143 "type": "git",
144 "url": "https://github.com/phar-io/manifest.git",
203 "type": "git",
204 "url": "https://github.com/phar-io/version.git",
254 "type": "git",
255 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
[all …]
/dokuwiki/
H A Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/aziraphale/email-address-validator.git",
58 "type": "git",
59 "url": "https://github.com/GeSHi/geshi-1.0.git",
105 "type": "git",
106 "url": "https://github.com/kissifrot/php-ixr.git",
157 "type": "git",
158 "url": "https://github.com/flack/UniversalFeedCreator.git",
212 "type": "git",
213 "url": "https://github.com/paragonie/constant_time_encoding.git",
[all …]
H A D.htaccess.dist16 ## Don't allow access to git directories
18 RedirectMatch 404 /\.git
H A D.gitattributes8 .git export-ignore
/dokuwiki/vendor/composer/
H A Dinstalled.json8 "type": "git",
9 "url": "https://github.com/aziraphale/email-address-validator.git",
52 "type": "git",
53 "url": "https://github.com/GeSHi/geshi-1.0.git",
102 "type": "git",
103 "url": "https://github.com/kissifrot/php-ixr.git",
157 "type": "git",
158 "url": "https://github.com/flack/UniversalFeedCreator.git",
215 "type": "git",
216 "url": "https://github.com/paragonie/constant_time_encoding.git",
[all …]
/dokuwiki/lib/plugins/authad/lang/zh/
H A Dlang.php8 * @author phy25 <git@phy25.com>
/dokuwiki/inc/
H A Dinfoutils.php88 } elseif (is_dir(DOKU_INC . '.git')) {
89 $version['type'] = 'Git';
92 // First try to get date and commit hash by calling Git
94 $commitInfo = shell_exec("git log -1 --pretty=format:'%h %cd' --date=short");
102 // we cannot use git on the shell -- let's do it manually!
103 if (file_exists(DOKU_INC . '.git/HEAD')) {
104 $headCommit = trim(file_get_contents(DOKU_INC . '.git/HEAD'));
108 $pathToHead = DOKU_INC . '.git/' . $headCommit;
112 $packedRefs = file_get_contents(DOKU_INC . '.git/packed-refs');
123 // Get commit date from Git object
[all …]
/dokuwiki/lib/plugins/extension/lang/zh/
H A Dlang.php17 * @author phy25 <git@phy25.com>
108 $lang['git'] = '这个扩展是通过 Git 安装的,您可能不想在这里升级它';
/dokuwiki/lib/plugins/popularity/lang/zh/
H A Dlang.php14 * @author phy25 <git@phy25.com>
/dokuwiki/lib/plugins/extension/
H A Dcli.php35 …" g - installed via git " . Notice::symbol(Notice::WARNING) . " - extension warning\n…
53 …$options->registerOption('git-overwrite', 'Do not skip git-controlled extensions', 'g', false, 'up…
111 $ret = $this->cmdUpgrade($options->getOpt('git-overwrite', false));
131 … if ($ext->isGitControlled() && !$gitOverwrite) continue; // skip git controlled extensions
/dokuwiki/lib/plugins/extension/lang/ja/
H A Dlang.php94 $lang['git'] = 'この拡張機能は Git 経由でインストールされており、ここで更新すべきでないかもしれません。';
/dokuwiki/lib/plugins/extension/lang/eo/
H A Dlang.php86 $lang['git'] = 'Tiu aldonaĵo estis instalita pere de git, eble vi ne aktualigu ĝi…
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml6 Packs up a new version of geshi, tags it in git and releases it on
198 description="create the git tag for the current version"
201 command="git tag v${version}'"
/dokuwiki/lib/plugins/extension/lang/hr/
H A Dlang.php89 $lang['git'] = 'Proširenje je ugrađeno preko Git-a, možda ga ne želite nadograđiv…
/dokuwiki/lib/plugins/extension/lang/sv/
H A Dlang.php89 $lang['git'] = 'Tillägget installerades via git, du kanske vill uppdatera det här…
/dokuwiki/lib/plugins/extension/lang/ckb/
H A Dlang.php90 $lang['git'] = 'ئەم درێژکراوەیە لە ڕێگەی git ەوە دامەزراوە، لەوانەیە نەتەوێ لێرە …
/dokuwiki/lib/plugins/extension/lang/cy/
H A Dlang.php98 $lang['git'] = 'Cafodd yr estyniad hwn ei arsefydlu gan git, mae\'n bosib …
/dokuwiki/lib/plugins/extension/lang/sk/
H A Dlang.php93 $lang['git'] = 'Toto rozšírenie bolo nainštalované cez git. Nemali by ste ho tu a…

123