Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 26) sorted by relevance

12

/php-src/.github/scripts/windows/
H A Dbuild.bat6 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
26 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
34git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru…
36git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
H A Dtest_task.bat143 git checkout ext\pgsql\tests\config.inc
144 git diff > bless_tests.patch
/php-src/ext/dom/lexbor/patches/
H A DREADME.md33 * `git am -3 ../patches/0001-Expose-line-and-column-information-for-use-in-PHP.patch`
34 * `git am -3 ../patches/0001-Track-implied-added-nodes-for-options-use-in-PHP.patch`
35 * `git am -3 ../patches/0001-Patch-out-CSS-parser.patch`
36 * `git am -3 ../patches/0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch`
37 * `git am -3 ../patches/0001-Remove-unused-upper-case-tag-static-data.patch`
38 * `git am -3 ../patches/0001-Shrink-size-of-static-binary-search-tree.patch`
39 * `git reset HEAD~6` # 6 is the number of commits created by the above commands
H A D0001-Track-implied-added-nodes-for-options-use-in-PHP.patch13 diff --git a/source/lexbor/html/tree.h b/source/lexbor/html/tree.h
27 diff --git a/source/lexbor/html/tree/insertion_mode/after_head.c b/source/lexbor/html/tree/insertio…
39 diff --git a/source/lexbor/html/tree/insertion_mode/before_head.c b/source/lexbor/html/tree/inserti…
52 diff --git a/source/lexbor/html/tree/insertion_mode/before_html.c b/source/lexbor/html/tree/inserti…
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch17 diff --git a/source/lexbor/dom/interfaces/node.h b/source/lexbor/dom/interfaces/node.h
30 diff --git a/source/lexbor/html/token.h b/source/lexbor/html/token.h
43 diff --git a/source/lexbor/html/tokenizer.c b/source/lexbor/html/tokenizer.c
92 diff --git a/source/lexbor/html/tokenizer.h b/source/lexbor/html/tokenizer.h
105 diff --git a/source/lexbor/html/tokenizer/state.h b/source/lexbor/html/tokenizer/state.h
118 diff --git a/source/lexbor/html/tree.c b/source/lexbor/html/tree.c
154 diff --git a/source/lexbor/html/tree/error.c b/source/lexbor/html/tree/error.c
170 diff --git a/source/lexbor/html/tree/error.h b/source/lexbor/html/tree/error.h
H A D0001-Shrink-size-of-static-binary-search-tree.patch15 diff --git a/source/lexbor/core/sbst.h b/source/lexbor/core/sbst.h
37 diff --git a/source/lexbor/html/tokenizer/state.c b/source/lexbor/html/tokenizer/state.c
50 diff --git a/utils/lexbor/html/tmp/tokenizer_res.h b/utils/lexbor/html/tmp/tokenizer_res.h
63 diff --git a/utils/lexbor/html/tokenizer_entities_bst.py b/utils/lexbor/html/tokenizer_entities_bst…
100 diff --git a/utils/lexbor/lexbor/LXB.py b/utils/lexbor/lexbor/LXB.py
H A D0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch17 diff --git a/source/lexbor/core/shs.h b/source/lexbor/core/shs.h
33 diff --git a/utils/lexbor/encoding/multi-byte.py b/utils/lexbor/encoding/multi-byte.py
46 diff --git a/utils/lexbor/encoding/single-byte.py b/utils/lexbor/encoding/single-byte.py
59 diff --git a/utils/lexbor/lexbor/LXB.py b/utils/lexbor/lexbor/LXB.py
H A D0001-Remove-unused-upper-case-tag-static-data.patch11 diff --git a/source/lexbor/tag/res.h b/source/lexbor/tag/res.h
31 diff --git a/source/lexbor/tag/tag.c b/source/lexbor/tag/tag.c
H A D0001-Patch-out-CSS-parser.patch13 diff --git a/source/lexbor/css/rule.h b/source/lexbor/css/rule.h
27 diff --git a/source/lexbor/html/interfaces/document.c b/source/lexbor/html/interfaces/document.c
139 diff --git a/source/lexbor/html/interfaces/element.c b/source/lexbor/html/interfaces/element.c
308 diff --git a/source/lexbor/html/interfaces/style_element.c b/source/lexbor/html/interfaces/style_el…
/php-src/scripts/dev/
H A Dmakedist69 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0
119 git=$remote
122 git rev-parse --verify $treeish
131 git="current Git repository."
135 echo "makedist: Exporting $treeish from $git"
136 git archive --format=tar $remote_option --prefix=$prefix/ $treeish | "$tar" xvf - || exit 4
/php-src/.github/workflows/
H A Dpush.yml87 - name: git checkout
165 - name: git checkout
211 - name: git config
212 run: git config --global core.autocrlf false && git config --global core.eol lf
213 - name: git checkout
226 - name: git checkout
290 - name: git checkout benchmarking-data
303 git pull --autostash
304 if [ -e ".git/MERGE_HEAD" ]; then
308 git add .
[all …]
H A Dnightly.yml75 - name: git checkout
169 - name: git checkout
236 - name: git checkout
310 - name: git checkout
365 - name: git checkout
464 git clone https://github.com/revoltphp/event-loop.git --depth=1
475 git clone https://github.com/symfony/symfony.git --depth=1
558 - name: git checkout
632 - name: git checkout
730 - name: git checkout
[all …]
H A Ddocs.yml19 - name: git checkout
/php-src/.github/actions/verify-generated-files/
H A Daction.yml15 git add . -N && git diff --exit-code
/php-src/
H A D.gitattributes17 # of git diff and to improve token splitting for --word-diff.
22 # Collapse generated files within git and pull request diff.
H A DCONTRIBUTING.md27 * [Git commit rules](#git-commit-rules)
49 them by using `git rebase` instead of `git merge`.
57 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
162 ├─ .git/ # Git configuration and source directory
172 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
173 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
174 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
175 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
283 - Update git source just before running your final `diff` and before testing.
320 detailed [information on Git](https://git-scm.com/).
[all …]
H A D.travis.yml1 git:
H A DCODING_STANDARDS.md59 Instead, use `"<git username here>_0"`. For example, `#if FOO_0`,
60 where `FOO` is your git user `foo`. This allows easier tracking of why
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
/php-src/docs/
H A Drelease-process.md232 git add -p
255 git add -p
356 git add -p
386 git add -p
536 git add -p
603 git fetch --all
708 git add -p
731 git add -p
1055 git add -p
1057 git push
[all …]
/php-src/ext/fileinfo/
H A Dmagicdata.patch21 diff --git a/magic/Magdir/sgml b/magic/Magdir/sgml
/php-src/sapi/fuzzer/
H A DREADME.md86 git clone https://github.com/kkos/oniguruma.git
/php-src/ext/opcache/jit/
H A DREADME.md97 echo .git >> .dockerignore
/php-src/win32/build/
H A Dphpize.js.in102 if (n == '.svn' || n == 'tests' || n == '.git') {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7019 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
16925 # git: file(1) magic for Git objects
16940 # https://sourceware.org/git/?p=glibc.git;f=locale/localeinfo.h;h=68822a63#l32
17165 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
33491 # Type: Git bundles (git-bundle)
33493 0 string #\ v2\ git\ bundle\n Git bundle
33499 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
33511 # but in git binary
33513 !:mime application/x-git
34966 # Sereal.git repository for test Sereal data.
[all …]

Completed in 156 milliseconds

12