Home
last modified time | relevance | path

Searched +full:delete +full:- +full:branch (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/.github/workflows/
H A DautoFix.yml1 name: "Auto-Fix code"
5 - master
10 runs-on: ubuntu-latest
12 - name: Checkout
15 fetch-depth: 0
17 - name: Setup PHP
18 uses: shivammathur/setup-php@v2
20 php-version: '8.2'
22 - name: Install tools
25 composer install --no-interaction --no-progress --no-suggest --prefer-dist
[all …]
H A DdeletedFiles.yml2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i…
3 # It compares the current master with the stable branch and adds all deleted files to the data/dele…
4 # unless they are already listed there or are excluded from the release archives (export-ignore in …
6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c…
12 - master
17 runs-on: ubuntu-latest
19 - name: Checkout
22 fetch-depth: 0
24 - name: Cleaning list from re-introduced files
26 for E in $(git ls-tree -r master --name-only); do
[all …]
H A Drelease-preparation.yml4 # When the pull request is merged, the release-build workflow will be triggered automatically
16 - stable
17 - hotfix
18 - rc
23 description: 'The version date YYYY-MM-DD, empty for today'
29 runs-on: ubuntu-latest
31 - name: Fail if branch is not master
37 - name: Checkout
40 fetch-depth: 0
42 - name: Set git identity
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php4 * --------
13 * -------
15 * - Added loads of keywords and commands of GNU/Linux
16 * - Added support for parameters starting with a dash
18 * - Added description of extra language features (SF#1970248)
20 * - PARSER_CONTROL patch using SF #1788408 (BenBE)
22 * - Added a lot of keywords (BenBE / Jan G)
24 * - Added support for multiple object splitters
26 * - Added support for URLs
28 * - First Release
[all …]