Home
last modified time | relevance | path

Searched +full:git -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 25) sorted by relevance

/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.yml30 for E in $(git ls-tree -r master --name-only); do
31 if (git check-attr export-ignore "$E" | grep -q "export-ignore: set"); then
39 …for F in $(git diff origin/stable..HEAD --summary | awk '/^ delete/ && $4 !~ /^(VERSION)/ {print $…
40 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({
59 git ls-files | while read path; do
60 if git check-attr export-ignore -- "$path" | grep -q 'export-ignore: set'; then
/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/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/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/
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/_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",
144 "type": "git",
145 "url": "https://github.com/doctrine/instantiator.git",
214 "type": "git",
215 "url": "https://github.com/myclabs/DeepCopy.git",
274 "type": "git",
275 "url": "https://github.com/nikic/PHP-Parser.git",
[all …]
/dokuwiki/vendor/splitbrain/slika/
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",
144 "type": "git",
145 "url": "https://github.com/phar-io/manifest.git",
211 "type": "git",
212 "url": "https://github.com/phar-io/version.git",
262 "type": "git",
263 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
[all …]
/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/
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
H A DNotice.php242 * Hint about installations by git
249 $this->notices[self::INFO][] = $this->getLang('git');
H A DExtensionApiResponse.php44 /** @var bool Whether this extension is under git control */
H A DExtension.php424 * Is the extension under git control?
431 return file_exists($this->getInstallDir() . '/.git');
/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}'"
H A DCHANGELOG40 - Restructure git repository
216 * Common subcommands for Apache, APT, CVS, Git, SVN and YUM for Bash (BenBE)
335 * Added Git commands for bash, ifup/ifdown (BenBE)
/dokuwiki/_test/tests/inc/
H A Dio_readfile.test.php28 …// since git converts line endings, we can't check in this test file but have to create it ourselv…
H A Dio_getSizeFile.test.php26 …// since git converts line endings, we can't check in this test file but have to create it ourselv…
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md17 * [Browse Git](https://github.com/phpseclib/phpseclib)
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown148 2. In the `simplepie` directory, run `git shortlog -ns`
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2124 * Uses the git index if it exists, otherwise uses the modification time
2136 if (file_exists($root . '/.git/index')) {
2137 self::$SIMPLEPIE_BUILD = (int) filemtime($root . '/.git/index');
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php383 'GIT' => -32400,